This commit is contained in:
mike 2024-06-09 09:50:12 -07:00
parent 6ceaa89dad
commit b2261a3c49

View File

@ -196,7 +196,8 @@ class ConfigFile:
f"Option date-detection not found; Will use default: {self.__date_detection}"
)
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, (
f"Could not find 'paths' key"