Skip to content

Commit

Permalink
Try *that*!
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 18, 2023
1 parent 42cef50 commit 2dec6ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions xcp_d/cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,6 @@ def parse_args(args=None, namespace=None):
"""Parse args and run further checks on the command line."""
import logging

raise Exception(args)

parser = _build_parser()
opts = parser.parse_args(args, namespace)

Expand Down
1 change: 1 addition & 0 deletions xcp_d/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_ds001419_nifti(data_dir, output_dir, working_dir):
filter_file = os.path.join(test_data_dir, "ds001419_nifti_filter.json")

parameters = [
"xcp_d",
dataset_dir,
out_dir,
"participant",
Expand Down

0 comments on commit 2dec6ff

Please sign in to comment.