Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
dansand committed May 1, 2024
1 parent 9f8240d commit 2c6ac24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/write_repo_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
model_repo.create_file("website_material/ro-crate-metadata.json","add ro-crate", rocratestr_nested)

#######
#Save the trail of metadata sources to .metadata_trail
#Save the trail of metadata sources to metadata_trail
issue_dict_str = json.dumps(data)
model_repo.create_file(".metadata_trail/issue_body.md","add issue_body", issue.body)
model_repo.create_file(".metadata_trail/issue_dict.json","add issue_dict", issue_dict_str)
model_repo.create_file("metadata_trail/issue_body.md","add issue_body", issue.body)
model_repo.create_file("metadata_trail/issue_dict.json","add issue_dict", issue_dict_str)

#######
csv_buffer = StringIO()
Expand All @@ -106,7 +106,7 @@
# Reset buffer position to the beginning
csv_buffer.seek(0)
csv_content = csv_buffer.getvalue()
model_repo.create_file(".metadata_trail/nci_iso.csv","add nci_iso record csv", csv_content)
model_repo.create_file("metadata_trail/nci_iso.csv","add nci_iso record csv", csv_content)

#####Create the README.md

Expand Down

0 comments on commit 2c6ac24

Please sign in to comment.