Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 15, 2025
1 parent 5f00a15 commit 0e3720c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cherry_picker/cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ def backport(self):
)
except GitHubException:
click.echo(self.get_exit_message(maint_branch))
self.set_paused_state()
self.set_paused_state()
raise

Check warning on line 572 in cherry_picker/cherry_picker.py

View check run for this annotation

Codecov / codecov/patch

cherry_picker/cherry_picker.py#L569-L572

Added lines #L569 - L572 were not covered by tests
if not self.is_mirror():
self.cleanup_branch(cherry_pick_branch)
Expand Down

0 comments on commit 0e3720c

Please sign in to comment.