This commit is contained in:
Jack Robison 2017-12-13 16:43:49 -05:00
parent 5a41afc9fc
commit e58f3593ee
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -133,7 +133,7 @@ def main():
# print_help_for_command(method)
else:
print_error("Something went wrong\n", suggest_help=False)
print(str(err))
print str(err)
return 1