Skip to content

Commit

Permalink
fix ruff formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
helpmefindaname authored and henryiii committed May 15, 2024
1 parent 79cceea commit 1749131
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pytest_github_actions_annotate_failures/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ def pytest_runtest_makereport(item: Item, call): # noqa: ARG001
_error_workflow_command(filesystempath, _lineno, longrepr + "\n\n" + _message), file=sys.stderr
)
return
else:
longrepr += "\n\n" + report.longrepr
longrepr += "\n\n" + report.longrepr
print(
_error_workflow_command(filesystempath, lineno, longrepr), file=sys.stderr
)
Expand Down

0 comments on commit 1749131

Please sign in to comment.