Skip to content

Commit b1c74a8

Browse files
committed
Update validate command to use dash syntax for --ignore-nifti-headers argument
1 parent 307a68a commit b1c74a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cubids/workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def validate(
231231
linked_output_prefix_t,
232232
]
233233
if ignore_nifti_headers:
234-
cmd.append("--ignore_nifti_headers")
234+
cmd.append("--ignore-nifti-headers")
235235

236236
elif container_type == "singularity":
237237
cmd = [
@@ -250,7 +250,7 @@ def validate(
250250
linked_output_prefix_t,
251251
]
252252
if ignore_nifti_headers:
253-
cmd.append("--ignore_nifti_headers")
253+
cmd.append("--ignore-nifti-headers")
254254

255255
if sequential:
256256
cmd.append("--sequential")

0 commit comments

Comments
 (0)