Error message should be f-string, but is just string
ben-kearney opened this issue · 1 comments
ben-kearney commented
pulsar-client-python/pulsar/schema/schema_avro.py
Lines 93 to 94 in ba99cd5
Since this is a string and not an f-string, we are unable to see which topic+version is having an issue, and we are unable to see the error.
BewareMyPower commented
It looks like a simple fix, would you like to open a PR for it?