We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76132b9 commit 84082acCopy full SHA for 84082ac
1 file changed
sample_project/client.py
@@ -117,6 +117,6 @@ def save_to_speedcenter(url=None, project=None, commitid=None, executable=None,
117
try:
118
save_to_speedcenter(**kwargs)
119
sys.exit(0)
120
- except StandardError, e:
+ except StandardError as e:
121
logging.error("Error saving results: %s", e)
122
sys.exit(1)
0 commit comments