-
Notifications
You must be signed in to change notification settings - Fork 270
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
Fixed unknown configs being silently ignored #2666
Conversation
Damn... this is a cross issue with the switch to minio, we uploaded a new file after Gareth moved the data |
Gareth uploaded the file, CI is passing now |
Analysis Details0 IssuesCoverage and DuplicationsProject ID: cta-observatory_ctapipe_AY52EYhuvuGcMFidNyUs |
Fixes bug where if a configuration file with unknown file extension is passed to a tool, e.g.
--config myconf.conf
instead of--config myconf.yaml
, it was silently ignored. Config files must now have one of the following extensions to be recognized: yml, yaml, toml, json, py, and if not aToolConfigurationError
is raised.