Skip to content

Commit

Permalink
revision 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-j0y committed Jan 26, 2024
1 parent 80795ab commit c363ddc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/control_multi_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def decode_labels(labels, version_name_dev, version_name_stg, version_name_prod,

def update_version(arg, label_list):
version_code = int(arg['version_code'])
print(arg['version_name'])
major_version, minor_version, patch_version, revision_version = map(int, arg['version_name'].split('.'))

for version_type in list(VersionCategory):
Expand Down

0 comments on commit c363ddc

Please sign in to comment.