Closed dfalbel closed 5 years ago
This fixes #197
If we pass no config file, we end up with a configuration file with just []. This is interpreted as a list by pyyaml (not a dictionary) and may be returning this error 'list' object has no attribute 'get'
This fixes #197
If we pass no config file, we end up with a configuration file with just []. This is interpreted as a list by pyyaml (not a dictionary) and may be returning this error 'list' object has no attribute 'get'