Skip to content

Commit

Permalink
Change session from an int to a string
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jul 27, 2023
1 parent 9c55ca0 commit a22958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ba_timeseries_gradients/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _get_parser() -> argparse.ArgumentParser:
"--session",
required=False,
default=None,
type=int,
type=str,
action="append",
dest="bids_session",
help="The session to include for finding BIDS files.",
Expand Down

0 comments on commit a22958c

Please sign in to comment.