Skip to content

Commit

Permalink
Remove type from boolean parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Jan 24, 2024
1 parent d5f7343 commit f975bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion cubids/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ def _parse_copy_exemplars():
parser.add_argument(
"--use-datalad",
action="store_true",
type=bool,
default=False,
help="check exemplar dataset into DataLad",
)
Expand Down
5 changes: 5 additions & 0 deletions cubids/cubids.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ def create_cubids_code_dir(self):
This creates the CuBIDS code directory at self.path/code/CuBIDS.
Returns
-------
:obj:`str`
Path to the CuBIDS code directory.
Notes
-----
Why not use ``os.makedirs``?
Expand Down

0 comments on commit f975bbe

Please sign in to comment.