Skip to content

Commit 1749131

Browse files
helpmefindanamehenryiii
authored andcommitted
fix ruff formatting
1 parent 79cceea commit 1749131

File tree

1 file changed

+1
-2
lines changed
  • pytest_github_actions_annotate_failures

1 file changed

+1
-2
lines changed

pytest_github_actions_annotate_failures/plugin.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ def pytest_runtest_makereport(item: Item, call): # noqa: ARG001
8585
_error_workflow_command(filesystempath, _lineno, longrepr + "\n\n" + _message), file=sys.stderr
8686
)
8787
return
88-
else:
89-
longrepr += "\n\n" + report.longrepr
88+
longrepr += "\n\n" + report.longrepr
9089
print(
9190
_error_workflow_command(filesystempath, lineno, longrepr), file=sys.stderr
9291
)

0 commit comments

Comments
 (0)