FileNotFoundError thrown due to file name in file, rather than file itself
Loris Bennett
loris.bennett at fu-berlin.de
Tue Nov 12 04:03:10 EST 2024
Chris Angelico <rosuav at gmail.com> writes:
> 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.
I didn't consider letting the exception bubble as is the top of the
code for a CLI program. I was hoping to just catch what I thought might
be a common error of the config file being missing.
--
This signature is currently under constuction.
More information about the Python-list
mailing list