diff -r 35f7cbb40a1f -r 5e9a61e7d7d0 ExtensionProtobuf/protoclbr.py --- a/ExtensionProtobuf/protoclbr.py Tue Oct 17 11:30:08 2023 +0200 +++ b/ExtensionProtobuf/protoclbr.py Wed Oct 25 18:08:35 2023 +0200 @@ -215,7 +215,7 @@ filename = pathname try: src = Utilities.readEncodedFile(filename)[0] - except (UnicodeError, OSError): + except (OSError, UnicodeError): # can't do anything with this module return {}