Skip to content

Commit

Permalink
[FIX] remove pre bids-filter acq type argument (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
octomike committed Apr 27, 2023
1 parent bde0641 commit 6bff958
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qsiprep/cli/run.py
Expand Up @@ -116,8 +116,6 @@ def get_parser():
nargs='+',
help='a space delimited list of participant identifiers or a single '
'identifier (the sub- prefix can be removed)')
g_bids.add_argument('--acquisition_type', '--acquisition_type', action='store',
help='select a specific acquisition type to be processed')
g_bids.add_argument('--bids-database-dir', '--bids_database_dir',
help="path to a saved BIDS database directory",
type=Path,
Expand Down

0 comments on commit 6bff958

Please sign in to comment.