Mercurial > python-cmd2
changeset 141:fc31b73cb04d
attempt reconcile with released version
author | catherine@Elli.myhome.westell.com |
---|---|
date | Mon, 17 Nov 2008 09:17:00 -0500 |
parents | e49ded85ba4c |
children | c05afe3b5501 |
files | cmd2.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Thu Nov 13 15:40:59 2008 -0500 +++ b/cmd2.py Mon Nov 17 09:17:00 2008 -0500 @@ -266,7 +266,7 @@ result['unterminated'] = result.before result['parseable'] = result.after else: - result['statement'] = result['unterminated'] = result.before + result['statement'] = result['unterminated'] = result.before # does not catch output marks if command in self.multilineCommands: return result # don't bother with the rest, we're still collecting input result += parseSearchResults(self.punctuationPattern, s)