aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Empty except #349

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

So basically in the examples we have some try..except, and there's an except KeyboardInterrupt: that has nothing but a pass in it.

CodeQL complained about this, either we put something there and/or add a comment there.

Affected files:

Tracking issue for: