martin-g commented on code in PR #3658:
URL: https://github.com/apache/avro/pull/3658#discussion_r3006041475


##########
lang/py/avro/ipc.py:
##########
@@ -322,7 +322,7 @@ def respond(self, call_request):
             else:
                 writers_schema = local_message.errors
                 self.write_error(writers_schema, error, buffer_encoder)
-        except schema.AvroException as e:
+        except avro.errors.AvroException as e:

Review Comment:
   Right!
   `uv` reported this problem and we fixed it!
   
   It will be part of the 1.13.0 release but I cannot say when it will be made.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to