[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
fe1a92fe47
commit
25ff7c2129
|
@ -126,7 +126,7 @@ class _NodeReporter:
|
|||
"classname": ".".join(classnames),
|
||||
"name": bin_xml_escape(names[-1]),
|
||||
"file": testreport.location[0],
|
||||
"status":testreport.outcome
|
||||
"status": testreport.outcome,
|
||||
}
|
||||
if testreport.location[1] is not None:
|
||||
attrs["line"] = str(testreport.location[1])
|
||||
|
|
Loading…
Reference in New Issue