.
This commit is contained in:
parent
ec908f5997
commit
6a0c27da0d
@ -55,7 +55,7 @@ class Main:
|
|||||||
logging.error("Couldn't read global config: %s", e)
|
logging.error("Couldn't read global config: %s", e)
|
||||||
try:
|
try:
|
||||||
with open(f"{yamlpath}/local.sls", "r") as f:
|
with open(f"{yamlpath}/local.sls", "r") as f:
|
||||||
localconfig = taml_safe_load(f)
|
localconfig = yaml.safe_load(f)
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError as e:
|
||||||
logging.debug("Couldn't read local config: %s", e)
|
logging.debug("Couldn't read local config: %s", e)
|
||||||
localconfig = {}
|
localconfig = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user