mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
remove ununsed variable
This commit is contained in:
parent
2ba583577a
commit
7dd1747da7
@ -600,7 +600,7 @@ def process_instance_task_list(
|
||||
last_change = step_details[-1].end_in_seconds or 0
|
||||
for spiff_task in tasks.values():
|
||||
restore_task(spiff_task, last_change)
|
||||
for spiff_task_id, subprocess in subprocesses.items():
|
||||
for subprocess in subprocesses.values():
|
||||
for spiff_task in subprocess["tasks"].values():
|
||||
restore_task(spiff_task, last_change)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user