Skip to content

Commit

Permalink
fix dmypy after junit_xml change (#16421)
Browse files Browse the repository at this point in the history
#16388 changed the definition of
`write_junit_xml` but missed a call site in dmypy. This fixes it.
  • Loading branch information
svalentin authored Nov 8, 2023
1 parent 285519c commit bc591c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/dmypy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def check_output(
write_junit_xml(
response["roundtrip_time"],
bool(err),
messages,
{None: messages} if messages else {},
junit_xml,
response["python_version"],
response["platform"],
Expand Down

0 comments on commit bc591c7

Please sign in to comment.