Skip to content

Commit

Permalink
Rename metadata-collector-script.py to collect_and_render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Jul 1, 2024
1 parent eaa0e34 commit b308a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ def render_webpage(dandisets: List[Dict[str, Any]]) -> None:

if __name__ == "__main__":
dandisets = collect_metadata()
render_webpage(dandisets)
render_webpage(dandisets)

0 comments on commit b308a64

Please sign in to comment.