summaryrefslogtreecommitdiff
path: root/lib/commandmanager.py
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2012-10-11 15:30:31 -0300
committerRaúl Benencia <rul@kalgan.cc>2012-10-11 15:30:31 -0300
commit3f9dd1f5c5c563ddaf0ea18614667edaa7e1feaa (patch)
tree370261673be2e5a949ab12bb60037fadedcb6650 /lib/commandmanager.py
parent7ef52c68574b54333c44c5be739049deac3a28ec (diff)
Working version of completer moduleHEADmaster
Diffstat (limited to 'lib/commandmanager.py')
-rw-r--r--lib/commandmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/commandmanager.py b/lib/commandmanager.py
index 3a06f99..bec2a33 100644
--- a/lib/commandmanager.py
+++ b/lib/commandmanager.py
@@ -31,7 +31,7 @@ class CommandManager:
if cmd in self.cmds:
return self.cmds[cmd]
else:
- raise CmdNotFoundException(cmd + 'is not a valid command.')
+ raise CmdNotFoundException(cmd + ' is not a valid command.')
def commands(self):
return self.cmds.keys()
nihil fit ex nihilo