FIX: do not raise error if configuration file is missing
All threads resolved!
All threads resolved!
Compare changes
+ 1
− 0
see https://gitlab.com/linkahead/linkahead-pylib/-/issues/107
The reason, why this worked before, is that the ConfigParser was given a non existing file to read from. The parser did not complain but created an empty config. We now check whether the file exists before calling configure
, thus we must make sure, that we at least have an empty config.
How to set up a test environment for manual testing?
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.