PyFixate / Fixate

Framework for hardware test fixtures and automatic test environments
MIT License
22 stars 17 forks source link

Aborting on GUI causes lock up #47

Closed pazzarpj closed 5 years ago

pazzarpj commented 6 years ago

When clicking abort, the Aborting message is incorrect causing the messaging library to lock up.

File "C:\dev\Github\Fixate\src\fixate\ui_gui_qt\ui_gui_qt.py", line 411, in update_tree self.active_update(message="Aborting, please wait...") TypeError: active_update() missing 1 required positional argument: 'msg'

clint-lawrence commented 5 years ago

PR is merged, so closing this issue