diff --git a/arcaflow_plugin_wait/arcaflow_plugin_wait.py b/arcaflow_plugin_wait/arcaflow_plugin_wait.py index 03fcdfa..c7588ec 100644 --- a/arcaflow_plugin_wait/arcaflow_plugin_wait.py +++ b/arcaflow_plugin_wait/arcaflow_plugin_wait.py @@ -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",