This commit is contained in:
Dan 2023-04-23 12:27:40 -04:00
parent 59bf136864
commit 9aafe7dad6
1 changed files with 4 additions and 5 deletions

View File

@ -422,7 +422,6 @@ def _interstitial_stream(process_instance_id: int) -> Generator[str, Optional[st
) )
yield f"data: {current_app.json.dumps(api_error)} \n\n" yield f"data: {current_app.json.dumps(api_error)} \n\n"
# Note, this has to be done in case someone leaves the page, # Note, this has to be done in case someone leaves the page,
# which can otherwise cancel this function and leave completed tasks un-registered. # which can otherwise cancel this function and leave completed tasks un-registered.
spiff_task = processor.next_task() spiff_task = processor.next_task()