Skip to content

Commit bcb20d7

Browse files
committed
- Updated taskbar icon.
1 parent 8976ff4 commit bcb20d7

3 files changed

Lines changed: 36 additions & 12 deletions

File tree

gui/GUI_main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ def excepthook(self, ex_type, ex_value, ex_traceback):
185185
if hasattr(self.tab_widget.currentWidget(), 'excepthook'):
186186
self.tab_widget.currentWidget().excepthook(ex_type, ex_value, ex_traceback)
187187
logging.error(''.join(traceback.format_exception(ex_type, ex_value, ex_traceback)))
188-
traceback.print_exception(ex_type, ex_value, ex_traceback)
189188

190189
# --------------------------------------------------------------------------------
191190
# Launch GUI.

gui/icons/main.svg

Lines changed: 36 additions & 10 deletions
Loading

pyControl_GUI.pyw

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Check that depndencies are installed then launch the pyControl GUI.
22

33
import sys
4-
import os
54
import logging
65

76
# Setup error logging.

0 commit comments

Comments
 (0)