Skip to content
Snippets Groups Projects
Commit bbc37013 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Fix syntax for boolean val of success

parent 54ba2a33
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!45Revert 29 feat add user bright cm,!39WIP:Feat cod rmq,!29Feat add user bright cm
...@@ -27,7 +27,7 @@ def bright_account_create(ch, method, properties, body): ...@@ -27,7 +27,7 @@ def bright_account_create(ch, method, properties, body):
#popen(cmd) #popen(cmd)
print(cmd) print(cmd)
success = true success = True
except: except:
e = sys.exc_info()[0] e = sys.exc_info()[0]
print("[{}]: Error: {}".format(task, e)) print("[{}]: Error: {}".format(task, e))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment