Mouse-Imaging-Centre / pydpiper

Python code for flexible pipeline control
Other
25 stars 10 forks source link

pydpiper doesn't catch missing config file specified via PYDPIPER_CONFIG_FILE #372

Closed gdevenyi closed 5 years ago

gdevenyi commented 6 years ago

If I specify a config file using PYDPIPER_CONFIG_FILE that doesn't exist (from a typo etc), there's no indication (warning or otherwise) that this is the case.

This leads to lots of confused troubleshooting when the config is correct but never gets read because of a path typo (for example)