eric6/eric6.py

changeset 7836
2f0d208b8137
parent 7804
1cbc27e34ec6
child 7849
70e464748aaa
diff -r 0835ed67714b -r 2f0d208b8137 eric6/eric6.py
--- a/eric6/eric6.py	Sat Nov 21 19:31:16 2020 +0100
+++ b/eric6/eric6.py	Sun Nov 22 16:04:59 2020 +0100
@@ -205,7 +205,7 @@
         with open(logFile, "w", encoding="utf-8") as f:
             f.write(msg)
             f.write(versionInfo)
-    except IOError:
+    except OSError:
         pass
     
     if inMainLoop is None:

eric ide

mercurial