mirror of
https://github.com/jellyfin/jellyfin-build.git
synced 2024-11-26 23:50:33 +00:00
Use a loader
This commit is contained in:
parent
3e2bce00d5
commit
a9748defc7
@ -8,7 +8,7 @@ def load_manifest(manifest_file_name):
|
||||
"""
|
||||
with open(manifest_file_name, 'r') as manifest_file:
|
||||
try:
|
||||
cfg = yaml.load(manifest_file)
|
||||
cfg = yaml.load(manifest_file, Loader=yaml.BaseLoader)
|
||||
except yaml.YAMLError as e:
|
||||
print("ERROR: Failed to load YAML manifest {}: {{".format(manifest_file_name, e))
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user