Skip to content

Commit

Permalink
Merge branch 'stable' into qt4gui
Browse files Browse the repository at this point in the history
  • Loading branch information
snilt committed Sep 13, 2019
2 parents 85b9441 + 4cf0469 commit b13b2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyLoadCore.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,8 @@ def start(self, rpc=True, web=True):
else:
self.init_logger(logging.INFO) # logging level

sys.excepthook = exceptHook
if not self.startedInGui:
sys.excepthook = exceptHook

self.do_kill = False
self.do_restart = False
Expand Down

0 comments on commit b13b2f7

Please sign in to comment.