Skip to content

Commit

Permalink
WRAPPER: Expect overlap with --fs-subjects-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 29, 2022
1 parent e06abfa commit 92027e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/smriprep_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def _get_posargs(usage):

# Make sure we're not clobbering options we don't mean to
overlap = set(w_flags).intersection(t_flags)
expected_overlap = set(["h", "version", "w", "fs-license-file", "use-plugin"])
expected_overlap = set(["h", "version", "w", "fs-license-file", "use-plugin", "fs-subjects-dir"])

assert overlap == expected_overlap, "Clobbering options: {}".format(
", ".join(overlap - expected_overlap)
Expand Down

0 comments on commit 92027e3

Please sign in to comment.