Allow use of "options.yaml" as a gitignored options overwrite

This also sets the default hint cost back to 1000, enable it if you want it.
This commit is contained in:
Fabian Dill
2020-03-22 20:12:42 +01:00
parent c36cdf5546
commit 3bb4ace176
3 changed files with 4 additions and 3 deletions

View File

@@ -185,4 +185,4 @@ def get_options() -> dict:
with open(location) as f:
_options = parse_yaml(f.read())
return _options
raise FileNotFoundError(f"Could not find {locations[0]} to load options.")
raise FileNotFoundError(f"Could not find {locations[1]} to load options.")