This commit is contained in:
ST-TEN-1 2024-12-06 09:12:10 +01:00
parent 357c517638
commit bb2d069d49

View File

@ -370,7 +370,7 @@ class Test(Widget):
self.archived.label = compiled_label
self.log.info(f"Label printed. Saving...")
#self.archived.save()
self.main_window.run_request.emit(self.archived.save, [], {})
self.main_window.main_window.run_request.emit(self.archived.save, [], {})
self.next_timer.start(500)
elif self.step.step_type == "wait":
self.next_timer.start(500)