summaryrefslogtreecommitdiffstats
path: root/remote-https-runner/runner.py
diff options
context:
space:
mode:
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)