Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 11, 2025
1 parent 1043889 commit 7719d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plumpy/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ async def step(self) -> None:
self._stepping = True
next_state = None
try:
# XXX: debug log when need to step to next state
next_state = await self._run_task(self._state.execute)
except process_states.Interruption as exception:
# If the interruption was caused by a call to a Process method then there should
Expand Down

0 comments on commit 7719d92

Please sign in to comment.