summaryrefslogtreecommitdiffstats
path: root/remote-https-runner/runner.py
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-18 23:44:01 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-18 23:44:01 +0200
commitbc4ab2346f0e9b06c644c6cf4eb513963c8e8b8c (patch)
tree299fd5d17777a4a2de1635a9ae9f60309593bdff /remote-https-runner/runner.py
parentb5a66fad5946934a6f0a5838385a68da90b1f8a7 (diff)
Fix syntax
Diffstat (limited to 'remote-https-runner/runner.py')
-rw-r--r--remote-https-runner/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-https-runner/runner.py b/remote-https-runner/runner.py
index 54dea4a..ef3f67f 100644
--- a/remote-https-runner/runner.py
+++ b/remote-https-runner/runner.py
@@ -62,7 +62,7 @@ def key(key):
start = time.time()
try:
output = subprocess.check_output(cmd, shell=True)
- except Exception, e:
+ except Exception as e:
success = False
output = str(e)