scripts/create_windows_links.py

branch
maintenance
changeset 7850
e64b178499da
parent 7836
2f0d208b8137
child 7923
91e843545d9a
--- a/scripts/create_windows_links.py	Sun Nov 01 11:17:06 2020 +0100
+++ b/scripts/create_windows_links.py	Sat Dec 05 12:29:26 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