mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 22:53:34 +00:00
undo commnet out of IndexError
This commit is contained in:
@ -12243,9 +12243,9 @@ def ProcessGAMCommand(args):
|
||||
else:
|
||||
print u'ERROR: %s is not a valid argument for "gam"' % command
|
||||
sys.exit(2)
|
||||
#except IndexError:
|
||||
# showUsage()
|
||||
# sys.exit(2)
|
||||
except IndexError:
|
||||
showUsage()
|
||||
sys.exit(2)
|
||||
except KeyboardInterrupt:
|
||||
sys.exit(50)
|
||||
except socket.error as e:
|
||||
|
Reference in New Issue
Block a user