BeremizIDE.py
changeset 1750 acf02488f37f
parent 1749 d73b64672238
child 1751 c28db6f7616b
--- a/BeremizIDE.py	Wed Aug 16 12:48:08 2017 +0300
+++ b/BeremizIDE.py	Wed Aug 16 12:53:23 2017 +0300
@@ -1191,9 +1191,11 @@
     sys.excepthook = handle_exception
 
     init_old = threading.Thread.__init__
+
     def init(self, *args, **kwargs):
         init_old(self, *args, **kwargs)
         run_old = self.run
+
         def run_with_except_hook(*args, **kw):
             try:
                 run_old(*args, **kw)