From cb668806db6388c7be75bf3ee615f935e8d4bd02 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 28 Feb 2017 17:28:58 -0500 Subject: [PATCH] Fix bug in rest command. --- sst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst.py b/sst.py index 234d37b..a950666 100755 --- a/sst.py +++ b/sst.py @@ -2608,7 +2608,7 @@ def wait(): if key != "IHEOL": break proutn(_("How long? ")) - scanner.chew() + scanner.chew() if key != "IHREAL": huh() return -- 2.31.1