Skip to content

Commit

Permalink
Update src/constantinople_lab_to_nwb/schierek_embargo_2024/schierek_e…
Browse files Browse the repository at this point in the history
…mbargo_2024_convert_session.py
  • Loading branch information
weiglszonja authored Dec 3, 2024
1 parent b90a550 commit fe199fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def session_to_nwb(
)

# Update default metadata with the editable in the corresponding yaml file
editable_metadata_path = Path(__file__).parent / "schierek_embargo_2024_general_metadata.yaml"
editable_metadata_path = Path(__file__).parent / "metadata" / "schierek_embargo_2024_general_metadata.yaml"
editable_metadata = load_dict_from_file(editable_metadata_path)
metadata = dict_deep_update(metadata, editable_metadata)

Expand Down

0 comments on commit fe199fb

Please sign in to comment.