guidance
This commit is contained in:
parent
6ceaa89dad
commit
b2261a3c49
@ -196,7 +196,8 @@ class ConfigFile:
|
|||||||
f"Option date-detection not found; Will use default: {self.__date_detection}"
|
f"Option date-detection not found; Will use default: {self.__date_detection}"
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
self.warning(f"No options key found!")
|
self.error(f"No options key found!")
|
||||||
|
raise AssertionError(f"No options key found!")
|
||||||
|
|
||||||
assert "paths" in self.__data, (
|
assert "paths" in self.__data, (
|
||||||
f"Could not find 'paths' key"
|
f"Could not find 'paths' key"
|
||||||
|
Loading…
Reference in New Issue
Block a user