Skip to content

Commit f6fbbf2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8d2a508 commit f6fbbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/src/fmriprep_docker/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def _get_posargs(usage):
206206
new_options = sum(
207207
(
208208
w_options[:2],
209-
[opt for opt, flag in zip(t_options, t_flags) if flag not in overlap],
209+
[opt for opt, flag in zip(t_options, t_flags, strict=False) if flag not in overlap],
210210
w_options[2:],
211211
),
212212
[],

0 commit comments

Comments
 (0)