FileNotFoundError thrown due to file name in file, rather than file itself

Chris Angelico rosuav at gmail.com
Mon Nov 11 20:17:27 EST 2024


On Tue, 12 Nov 2024 at 01:59, Loris Bennett via Python-list
<python-list at python.org> wrote:
> 2. In terms of generating a helpful error message, how should one
>    distinguish between the config file not existing and the log file not
>    existing?

By looking at the exception's attributes rather than assuming and
hard-coding the path in your message? Or, even better, just let the
exception bubble.

ChrisA


More information about the Python-list mailing list