mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
PY-29395 Remove accidentally left command clause from packaging_tool.py
This commit is contained in:
@@ -138,10 +138,6 @@ def main():
|
||||
if len(sys.argv) != 2:
|
||||
usage()
|
||||
do_list()
|
||||
elif cmd == 'latestVersion':
|
||||
if len(sys.argv) < 4:
|
||||
usage()
|
||||
do_get_latest_version(sys.argv[3:], sys.argv[2])
|
||||
elif cmd == 'install':
|
||||
if len(sys.argv) < 2:
|
||||
usage()
|
||||
|
||||
Reference in New Issue
Block a user