mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-25 14:25:44 -03:00
0.24
This commit is contained in:
@@ -42,7 +42,6 @@ class PauseResume:
|
||||
if PauseResume.should_stop:
|
||||
PauseResume.should_stop = False # Reset for next run
|
||||
PauseResume.is_paused = True
|
||||
PauseResume.should_stop = False
|
||||
raise Exception("Workflow stopped by user")
|
||||
|
||||
PauseResume.is_paused = True
|
||||
|
||||
Reference in New Issue
Block a user