-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message for non-existing config-file is suboptimal #1881
Comments
I guess this is because the |
I guess it's also the fact that this is a |
Just ran into this again, really, really misleading and annoying. Need to fix |
results in:
no error, just an empty config. |
I have a hard time debugging this, since it never actually seems to enter ctapipe code, the values seem to be lost before in traitlets (e.g. |
once again #1406 .... |
Describe the bug
Due to the new support for multiple config files, the error message for non-existing files is a bit verbose / confusing:
Expected behavior
Clear error message like
configuration file "<file>" does not exist
The text was updated successfully, but these errors were encountered: