Skip to content
Snippets Groups Projects
Commit 5d3a153a authored by Guido Trotter's avatar Guido Trotter
Browse files

Fix a typo in jqueue.py

s/result/op_result/ (this code was never used, so this wasn't caught)

Reviewed-by: iustinp
parent e02f23f8
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ class JobObject:
self.lock.acquire()
self.data.status = status
if result is not None:
self.data.result = result
self.data.op_result = result
self.lock.release()
def GetData(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment