ExtensionCorba/idlclbr.py

changeset 37
79e453012ab9
parent 32
cab6795a8df6
child 52
ba2929194c7b
--- a/ExtensionCorba/idlclbr.py	Tue Oct 17 11:34:52 2023 +0200
+++ b/ExtensionCorba/idlclbr.py	Wed Oct 25 17:56:14 2023 +0200
@@ -218,7 +218,7 @@
             filename = pathname
             try:
                 src = Utilities.readEncodedFile(filename)[0]
-            except (UnicodeError, OSError):
+            except (OSError, UnicodeError):
                 # can't do anything with this module
                 return {}
 

eric ide

mercurial