Skip to content

Commit

Permalink
Drop kwarg-only to test CI.
Browse files Browse the repository at this point in the history
My local testing in Docker isn’t working for some reason.
  • Loading branch information
tsalo committed May 15, 2020
1 parent f9cf569 commit 59430c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def ensure_heuristic_arg(heuristic=None):
% ', '.join(get_known_heuristic_names()))


def workflow(*, dicom_dir_template=None, files=None, subjs=None,
def workflow(dicom_dir_template=None, files=None, subjs=None,
converter='dcm2niix', outdir='.', locator=None, conv_outdir=None,
anon_cmd=None, heuristic=None, with_prov=False, session=None,
bids_options=None, overwrite=False, datalad=False, debug=False,
Expand Down

0 comments on commit 59430c0

Please sign in to comment.