Commit 354bfb09 authored by Miro Hrončok's avatar Miro Hrončok

Do not rise, but end the scope

parent 064974b7
......@@ -1436,8 +1436,8 @@ class PronterWindow(MainWindow, pronsole.pronsole):
print _("You might need to add yourself to the dialout group.")
else:
print e
# Kill the thread anyway
raise
# Kill the scope anyway
return
self.statuscheck = True
if port != self.settings.port:
self.set("port", port)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment