Skip to content

Commit

Permalink
Update cherry_farmer_cli.py
Browse files Browse the repository at this point in the history
cleanup gh web editor
  • Loading branch information
evilkost authored Dec 15, 2023
1 parent 6c22c73 commit 0e8738b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _get_states(self, picked: bool, ignored: bool, new: bool, all: bool) -> set[
if not result:
# no flags means "all"
return self._get_states(new=True, picked=False, ignored=False, all=True)

return result

def _print_commit_state(self, commit_state_item: CommitRuntimeStateItem) -> None:
Expand Down

0 comments on commit 0e8738b

Please sign in to comment.