Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Temporarily disable signal setting for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Sep 15, 2023
1 parent 2e49f46 commit 3d603f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcaflow_plugin_wait/arcaflow_plugin_wait.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def cancel_step(self, input: predefined_schemas.cancelInput):
# First, let it know that this is the reason it's exiting.
self.finished_early = True
# Now signal to exit.
self.exit.set()
#self.exit.set()

@plugin.step_with_signals(
id="wait",
Expand Down

0 comments on commit 3d603f7

Please sign in to comment.