mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
edit the change in pipeline
This commit is contained in:
parent
fd4804f1d6
commit
250cc2cc18
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ def get_load_workfile_metadata(metadata_key):
|
|||
return file_content
|
||||
for file in file_list:
|
||||
with open (f"{json_dir}/{file}", "r") as data:
|
||||
content = ast.literal_eval(str(data.read().strip()))
|
||||
content = json.load(data)
|
||||
file_content.extend(content)
|
||||
data.close()
|
||||
return file_content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue