From 23f63547ab641e5400aac9c30fe52074c0dc287d Mon Sep 17 00:00:00 2001 From: Matthew R Johnson Date: Tue, 20 Apr 2021 20:14:32 +0100 Subject: [PATCH 1/2] Set bells at hand when stopping at rounds --- wheatley/bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wheatley/bot.py b/wheatley/bot.py index ea47494..329f1a8 100644 --- a/wheatley/bot.py +++ b/wheatley/bot.py @@ -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 From c4d7ba9d6a7990373aaa6f8f08e031455ce400e8 Mon Sep 17 00:00:00 2001 From: Kneasle Date: Wed, 21 Apr 2021 18:14:52 +0100 Subject: [PATCH 2/2] Add changes to CHANGE_LOG --- CHANGE_LOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 2eecf21..91d7e67 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -1,4 +1,4 @@ -# 0.7.0 +# 0.7.0 (W.I.P.) ## User-facing changes @@ -6,6 +6,7 @@ compositions. - Ring arbitrary place notation on a given stage (using `--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