mirror of
https://github.com/gsi-upm/soil
synced 2025-08-23 19:52:19 +00:00
Bump pyyaml to 5.1
This commit is contained in:
@@ -55,7 +55,7 @@ def load_file(infile):
|
||||
|
||||
|
||||
def load_string(string):
|
||||
yield from yaml.load_all(string)
|
||||
yield from yaml.load_all(string, Loader=yaml.FullLoader)
|
||||
|
||||
|
||||
def expand_template(config):
|
||||
|
Reference in New Issue
Block a user