Skip to content

Commit d1f2547

Browse files
committed
fixed bug with crashing when starting and ending test
1 parent bd10225 commit d1f2547

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/window.py

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

715715
def on_test_finished(self, exit_code):
716-
self.output_dock.stop_log_polling()
717-
718716
console = self.output_dock.get_console()
719717
if exit_code == 0:
720718
console.append("\n[INFO] Run finished successfully.")

0 commit comments

Comments
 (0)