Skip to content

Commit

Permalink
Update publish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beachtom committed Jun 6, 2024
1 parent 64b3dab commit 6b70146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .acimov/publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def convert_context_to_jsonld():
def convert_frame_to_jsonld():
with open('public/aec3po_frame.yaml', 'r') as file:
configuration = yaml.safe_load(file)
with open('public/aec3po_from.jsonld', 'w') as json_file:
with open('public/aec3po_frame.jsonld', 'w') as json_file:
json.dump(configuration, json_file, indent=2)

if __name__ == "__main__":
Expand Down

0 comments on commit 6b70146

Please sign in to comment.