Fix bug in rest command.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2017 22:28:58 +0000 (17:28 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 28 Feb 2017 22:28:58 +0000 (17:28 -0500)
sst.py

diff --git a/sst.py b/sst.py
index 234d37ba9b1d324c4f72040d73241c15db7eda62..a95066624084ac0d96abae9ee220530fd8ead732 100755 (executable)
--- a/sst.py
+++ b/sst.py
@@ -2608,7 +2608,7 @@ def wait():
         if key  != "IHEOL":
             break
         proutn(_("How long? "))
         if key  != "IHEOL":
             break
         proutn(_("How long? "))
-    scanner.chew()
+        scanner.chew()
     if key != "IHREAL":
         huh()
         return
     if key != "IHREAL":
         huh()
         return