Skip to content

Commit

Permalink
comment and typesetting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed May 21, 2024
1 parent 4b9489a commit 05ae185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nwb2bids/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import json
import shutil

def reposit(in_dir, out_dir, no_copy=False):
# The star is required by clize to know to typeset it as `--no-copy` instead of `no-copy`.
def reposit(in_dir, out_dir, *, no_copy=False):

in_dir = os.path.abspath(os.path.expanduser(in_dir))
out_dir = os.path.abspath(os.path.expanduser(out_dir))
Expand Down

0 comments on commit 05ae185

Please sign in to comment.