Skip to content

Commit

Permalink
fix: Fix log output when skipping post-processing
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann committed Jan 5, 2024
1 parent 29da267 commit 4c4624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voron_toolkit/voronuser_utils/pr_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def run(self: Self) -> None:
elif pr_action != PrAction.labeled:
self._dismiss_labels(pr_number=pr_number)
else:
logger.info("Skipping post processing of PR #{}!", self.workflow_run_id, pr_number)
logger.info("Skipping post processing of PR #{}!", pr_number)


def main() -> None:
Expand Down

0 comments on commit 4c4624d

Please sign in to comment.