db_run_registry, usvc_elisa_logbook and usvc_provided_run_number are missing sanity checks on the drunc config file
~/.drunc.json
1) They don't check if the file exists
2) They don't check if the used parameters exist in the file
3) No clear exception is thrown when 1) or 2) happens
db_run_registry
,usvc_elisa_logbook
andusvc_provided_run_number
are missing sanity checks on the drunc config file~/.drunc.json
1) They don't check if the file exists 2) They don't check if the used parameters exist in the file 3) No clear exception is thrown when 1) or 2) happens