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