fix shared state dictionary

This commit is contained in:
Vladimir Mandic 2022-12-30 19:41:47 -05:00 committed by GitHub
parent 4af3ca5393
commit 463048344f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,