Skip to content

Commit 01324aa

Browse files
my arguments were in the wrong order
1 parent 9706862 commit 01324aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ def process_options(
14441444
stderr = stderr if stderr is not None else sys.stderr
14451445

14461446
parser, _, strict_flag_assignments = define_options(
1447-
header, program, stdout, stderr, server_options
1447+
program, header, stdout, stderr, server_options
14481448
)
14491449

14501450
# Parse arguments once into a dummy namespace so we can get the

0 commit comments

Comments
 (0)