8000 fix dmypy after junit_xml change · python/mypy@dd2947b · GitHub
[go: up one dir, main page]

Skip to content

Commit dd2947b

Browse files
committed
fix dmypy after junit_xml change
1 parent 285519c commit dd2947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/dmypy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def check_output(
573573
write_junit_xml(
574574
response["roundtrip_time"],
575575
bool(err),
576-
messages,
576+
{None: messages} if messages else {},
577577
junit_xml,
578578
response["python_version"],
579579
response["platform"],

0 commit comments

Comments
 (0)
0