You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #22, we print an error and exit the program with return code 1 if the config is invalid. This is not adequate, as neither writing nor reading validates if it is correct YAML.
If the config cannot be parsed, doesn't contain all necessary values, or there is something wrong with it, an exception should be raised.
The text was updated successfully, but these errors were encountered: