Skip to content

Commit

Permalink
Fix format syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoWilken committed Nov 27, 2023
1 parent ecce0e0 commit cc7e0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list-branch-pr
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class RepoConfig:
else:
state = "skip"
updated_time = last_commit["pushedDate"]
print(f"pr: {pull_number:6d}@{commit_hash:.7s}: upd={updated_time:s} "
print(f"pr: {pull_number:6d}@{commit_hash:.7s}: upd={updated_time} "
f"revd={reviewed:d} trust={is_trusted:d} tested={tested:d} "
f"success={success:d} => state={state}", file=sys.stderr)
return None if state == "skip" else (state, {
Expand Down

0 comments on commit cc7e0f5

Please sign in to comment.