Private
Public Access
1
0

Merge branch 'hotfix/v4.69'

This commit is contained in:
Sander Roosendaal
2017-10-31 15:38:13 +01:00

View File

@@ -231,7 +231,7 @@ def get_job_status(jobid):
} }
except NoSuchJobError: except NoSuchJobError:
summary = { summary = {
'status': 'success' 'status': 'success',
'result': 1, 'result': 1,
} }