From bc4ab2346f0e9b06c644c6cf4eb513963c8e8b8c Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 18 Dec 2018 23:44:01 +0200 Subject: Fix syntax --- remote-https-runner/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-https-runner/runner.py') 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) -- cgit v1.3