Skip to content

proper way to open needed configuration file

Jameson Rollins requested to merge jameson.rollins/pydarm:fix-config-read into master

according to configparser docs:

https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.read

This method will throw an error if the file can't be found, rather than silently succeeding.

Merge request reports