Closed johnbradley closed 3 years ago
The yaml.safe_load method returns None for an empty YAML file(which makes sense). This caused problems loading config. Changes here check for None and show a better error message.
yaml.safe_load
Fixes #316
The
yaml.safe_load
method returns None for an empty YAML file(which makes sense). This caused problems loading config. Changes here check for None and show a better error message.Fixes #316