Unverified Commit 46304834 authored by Vladimir Mandic's avatar Vladimir Mandic Committed by GitHub

fix shared state dictionary

parent 4af3ca53
......@@ -168,7 +168,7 @@ class State:
def dict(self):
obj = {
"skipped": self.skipped,
"interrupted": self.skipped,
"interrupted": self.interrupted,
"job": self.job,
"job_count": self.job_count,
"job_no": self.job_no,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment