Skip to content

Commit

Permalink
Merge branch 'main' into dev_prairieview_bigtif
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 committed May 20, 2024
2 parents b5803e7 + d54f2a3 commit 83649ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions element_interface/dandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ def upload_to_dandi(
shell=shell,
)

subprocess.run(
["dandi", "organize", "-d", dandiset_directory, data_directory, "-f", "dry"],
shell=shell, # without this param, subprocess interprets first arg as file/dir
)

subprocess.run(
[
"dandi",
Expand Down

0 comments on commit 83649ba

Please sign in to comment.