FIX
This commit is contained in:
parent
357c517638
commit
bb2d069d49
|
|
@ -370,7 +370,7 @@ class Test(Widget):
|
||||||
self.archived.label = compiled_label
|
self.archived.label = compiled_label
|
||||||
self.log.info(f"Label printed. Saving...")
|
self.log.info(f"Label printed. Saving...")
|
||||||
#self.archived.save()
|
#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)
|
self.next_timer.start(500)
|
||||||
elif self.step.step_type == "wait":
|
elif self.step.step_type == "wait":
|
||||||
self.next_timer.start(500)
|
self.next_timer.start(500)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user