summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index 55ee6a6e..530481a2 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -728,7 +728,7 @@ class TranscriptReader(object):
prompt = pyparsing.Suppress(pyparsing.lineStart + self.cmdapp.prompt)
continuationPrompt = pyparsing.Suppress(pyparsing.lineStart + self.cmdapp.continuationPrompt)
self.cmdtxtPattern = (prompt + pyparsing.restOfLine + pyparsing.ZeroOrMore(
- pyparsing.lineEnd + continuationPrompt + pyparsing.restOfLine))("command")
+ pyparsing.lineEnd + continuationPrompt + pyparsing.restOfLine))("command")
def inputGenerator(self):
while True:
self.refreshCommandFinder()