scripts/create_windows_links.py

changeset 7836
2f0d208b8137
parent 7360
9190402e4505
child 7923
91e843545d9a
diff -r 0835ed67714b -r 2f0d208b8137 scripts/create_windows_links.py
--- a/scripts/create_windows_links.py	Sat Nov 21 19:31:16 2020 +0100
+++ b/scripts/create_windows_links.py	Sun Nov 22 16:04:59 2020 +0100
@@ -44,7 +44,7 @@
         if not os.path.exists(eric6EntryPath):
             try:
                 os.makedirs(eric6EntryPath)
-            except EnvironmentError:
+            except OSError:
                 # maybe restrictions prohibited link creation
                 return
         

eric ide

mercurial