summaryrefslogtreecommitdiff
path: root/tools/wasptool
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wasptool')
-rwxr-xr-xtools/wasptool3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wasptool b/tools/wasptool
index 1897915..322ff0b 100755
--- a/tools/wasptool
+++ b/tools/wasptool
@@ -44,7 +44,8 @@ def unsync(c):
process too early then the sendline will not have completed.
"""
c.sendline('wasp.system.run()')
- c.expect('Watch is running, use Ctrl-C to stop')
+ c.expect(['Watch is running, use Ctrl-C to stop',
+ 'Watch already running in the background'])
c.send('\x18')
def paste(c, f, verbose=False, chunk=None):