sebbASF commented on code in PR #246:
URL:
https://github.com/apache/incubator-ponymail-foal/pull/246#discussion_r1150406103
##########
tools/archiver.py:
##########
@@ -211,6 +211,11 @@ def __init__(self, part: email.message.Message):
break
except UnicodeDecodeError:
pass
+ except:
Review Comment:
Please only catch the Exception which is specific to this case.
--
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]