fix freefall

This commit is contained in:
eduar 2026-02-03 10:26:49 +01:00
parent 0c763ea98e
commit 3d8db482f9

View File

@ -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