You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifjob_state!=rec.state[job.action] and (job_statein [process_pool.State.Pending, process_pool.State.Running] orrec.state[job.action] in [process_pool.State.Pending, process_pool.State.Running]):
502
+
rec.state[job.action] =job_state
503
503
else:
504
-
sess.state[job.action] =job_state
504
+
ifjob_state!=sess.state[job.action] and (job_statein [process_pool.State.Pending, process_pool.State.Running] orsess.state[job.action] in [process_pool.State.Pending, process_pool.State.Running]):
0 commit comments