Closed annaerdi closed 4 months ago
Many yaml-files start with "###". So there are "empty" yaml-files out there that only have "###" in the first line
Updates:
attackmate.yml
files present, but the first one is empty, it didn't check the others, so that's also fixed now
This PR fixes Issue #73.
In details, it includes the following:
attackmate.yml
file existing, but it is empty, the default config variables are loaded.--config
flag, but it's empty, the default config variables are loaded.parse_config
function in__main__.py
.parse_obj
function usesmodel_validate
; and thewarn
function useswarning
under the hood, so these are just beauty fixes.