Skip to content

Commit

Permalink
Merge pull request #184 from kneasle/set_at_hand
Browse files Browse the repository at this point in the history
Set bells at hand when stopping at rounds
  • Loading branch information
kneasle authored Apr 21, 2021
2 parents 8aa8407 + c4d7ba9 commit 8d14ce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 0.7.0
# 0.7.0 (W.I.P.)

## User-facing changes

- Start ringing at a custom row (using `--start-row <row>`). This doesn't work for CompLib
compositions.
- Ring arbitrary place notation on a given stage (using
`--place-notation <stage>:<place-notation>`). `--bob` and `--single` still apply.
- `--stop-at-rounds` now leaves the bells set at hand even if the touch finishes on a handstroke.

# 0.6.0

Expand Down
3 changes: 1 addition & 2 deletions wheatley/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ def start_next_row(self, is_first_row: bool) -> None:

# Implement handbell-style stopping at rounds
if self._stop_at_rounds and has_just_rung_rounds and not self._is_ringing_rounds:
self._should_stand = False
self._is_ringing = False
self._should_stand = True

# Set any early calls specified by the row generator to be called at the start of the next
# row
Expand Down

0 comments on commit 8d14ce8

Please sign in to comment.