mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
this is causing an exception, changing back until it can be hunted down
This commit is contained in:
parent
f37725fff3
commit
bc9441c091
@ -11,7 +11,7 @@ try:
|
||||
except:
|
||||
pass
|
||||
|
||||
load = yaml.safe_load
|
||||
load = yaml.load
|
||||
|
||||
|
||||
class DuplicateKeyWarning(RuntimeWarning):
|
||||
|
Loading…
Reference in New Issue
Block a user