Skip to content

Commit bd10225

Browse files
committed
fixed bug with crashing when running test
1 parent 48af2a2 commit bd10225

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ui/window.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,6 @@ def on_test_started(self):
712712
self.menu_bar.run_button.setEnabled(False)
713713
self.menu_bar.stop_button.setEnabled(True)
714714

715-
self.output_dock.start_log_polling()
716-
717715
def on_test_finished(self, exit_code):
718716
self.output_dock.stop_log_polling()
719717

0 commit comments

Comments
 (0)