8000 fix dmypy after junit_xml change by svalentin · Pull Request #16421 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

fix dmypy after junit_xml change #16421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix dmypy after junit_xml change
  • Loading branch information
svalentin committed Nov 8, 2023
commit dd2947bf37830def91c12bff2cb7bddda8f3afe2
2 changes: 1 addition & 1 deletion mypy/dmypy/client.py
5488
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