Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use better exception handling #13
Comments
|
Hi, Thanks for the report. I am surprised to hear that Britney freezes (rather than terminating)? I see no issue with creating the "dates" file automatically. However, I am concerned with generating the urgencies files as it creates a "silent failure" mode for them (where the intended urgencies do not have an effect). |
nthykier
self-assigned this
Sep 18, 2016
added a commit
that referenced
this issue
Sep 24, 2016
nthykier
closed this
in
6de0c34
Oct 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tsimonq2 commentedSep 18, 2016
Sometimes the user might forget a file,
data/yakkety/state/age-policy-datesfor example. Instead of throwingFileNotFoundErrorand just freezing (I canCtrl + Cof course), it should create the file.Exception handling should be better integrated so this type of error is less likely to ever happen.