Let yaml load python paths related https://github.com/yaml/pyyaml/issues/665#issuecomment-1252656638
This commit is contained in:
parent
9d0e93d071
commit
1babff7572
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class RelayConfig(DotDict):
|
|||
options = {}
|
||||
|
||||
try:
|
||||
options['Loader'] = yaml.FullLoader
|
||||
options['Loader'] = yaml.UnsafeLoader
|
||||
|
||||
except AttributeError:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue