未验证 提交 46304834 编写于 作者: V Vladimir Mandic 提交者: GitHub

fix shared state dictionary

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册