Skip to content

Commit 00e41fa

Browse files
Thinh Nguyenkabilar
andauthored
Update element_interface/dandi.py
Co-authored-by: Kabilar Gunalan <[email protected]>
1 parent 4ae0886 commit 00e41fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

element_interface/dandi.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ def upload_to_dandi(
4545
shell=True,
4646
)
4747

48-
# subprocess.run(
49-
# ["nwbinspector", data_directory, "--config", "dandi", "--report-file-path", os.path.join(data_directory, 'nwbinspector.txt')], shell=True
50-
# )
51-
5248
subprocess.run(
5349
["dandi", "organize", "-d", dandiset_directory, data_directory, "-f", "dry"],
5450
shell=True, # without this param, subprocess interprets first arg as file/dir

0 commit comments

Comments
 (0)