diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 23:44:01 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-18 23:44:01 +0200 |
| commit | bc4ab2346f0e9b06c644c6cf4eb513963c8e8b8c (patch) | |
| tree | 299fd5d17777a4a2de1635a9ae9f60309593bdff /remote-https-runner | |
| parent | b5a66fad5946934a6f0a5838385a68da90b1f8a7 (diff) | |
Fix syntax
Diffstat (limited to 'remote-https-runner')
| -rw-r--r-- | remote-https-runner/runner.py | 2 |
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) |
