Private
Public Access
1
0

Merge tag 'v4.69' into develop

hot fix
This commit is contained in:
Sander Roosendaal
2017-10-31 15:38:32 +01:00
+1 -1
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,
} }