Run sub-commands correctly

This commit is contained in:
Florian Bruhin 2014-04-30 10:47:46 +02:00
parent 1488e54567
commit 4e2517a94f

View File

@ -196,6 +196,7 @@ class CommandManager:
if ';;' in text:
for sub in text.split(';;'):
self.run(sub, count)
return
self.parse(text)
self._check()
self._run(count=count)