--- 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 {}