fix freefall
This commit is contained in:
parent
0c763ea98e
commit
3d8db482f9
|
|
@ -218,6 +218,11 @@ class Test_Leak(Test_Test):
|
|||
self.recipe_written = False
|
||||
time.sleep(1)
|
||||
self.start_b.setEnabled(True)
|
||||
# Autostart if the flag was set by the previous step (e.g., freefall_leak)
|
||||
if getattr(self.parent, 'autostart_next_step', False):
|
||||
self.parent.autostart_next_step = False # Reset the flag
|
||||
self.start_b.setEnabled(True)
|
||||
self.start_b.click()
|
||||
|
||||
return show
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user