Skip to content

Commit 3ed2088

Browse files
my arguments were in the wrong order
1 parent c07f095 commit 3ed2088

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
@@ -1339,7 +1339,7 @@ def process_options(
13391339
stderr = stderr if stderr is not None else sys.stderr
13401340

13411341
parser, _, strict_flag_assignments = define_options(
1342-
header, program, stdout, stderr, server_options
1342+
program, header, stdout, stderr, server_options
13431343
)
13441344

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

0 commit comments

Comments
 (0)