Skip to content

Commit b08481c

Browse files
[delete] annotation
1 parent bb2588d commit b08481c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmds/cmd_package.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -962,16 +962,6 @@ def package_wizard():
962962
while license_class == '' :
963963
print ('\033[1;31;40mError: you must choose or input a license of this package. Try again.\033[0m')
964964
license_class = raw_input()
965-
966-
# while license_class == '' or license_class.isdigit()== False or int(license_class) < 1 or int(license_class) >4:
967-
# if license_class == '' :
968-
# print ('\033[1;31;40mError: you must choose or input a license of this package. Try again.\033[0m')
969-
# elif license_class.isdigit()== False :
970-
# print ('\033[1;31;40mError:You must input a integer number from 1 to 4.\033[0m')
971-
# else :
972-
# print ('\033[1;31;40mError: input out of the bound. You must input a integer number from 1 to 4.\033[0m')
973-
#
974-
# license_class = raw_input()
975965

976966
if license_class.isdigit()== True and int(license_class) >= 1 and int(license_class) <= 4:
977967
license = license_index[int(license_class) - 1]

0 commit comments

Comments
 (0)