Skip to content

Commit

Permalink
Merge pull request #25 from mimi1vx/bugfix_jr
Browse files Browse the repository at this point in the history
Fix typo in openqa standard connector
  • Loading branch information
mimi1vx authored Feb 21, 2025
2 parents 702f9ae + 5a574b3 commit c4ce1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtui/connector/openqa/standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def normalize(x: str) -> bool:
)

def _pretty_print(self, *args) -> list[str]:
jobs = args[1]
jobs = args[0]
if not jobs:
logger.debug("No job - no results")
return []
Expand Down

0 comments on commit c4ce1c3

Please sign in to comment.