undo commnet out of IndexError

This commit is contained in:
Jay Lee
2017-09-18 14:26:38 -04:00
parent 919f54d0d2
commit e3dbf56ef5

View File

@ -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: