Run sub-commands correctly
This commit is contained in:
parent
1488e54567
commit
4e2517a94f
@ -196,6 +196,7 @@ class CommandManager:
|
|||||||
if ';;' in text:
|
if ';;' in text:
|
||||||
for sub in text.split(';;'):
|
for sub in text.split(';;'):
|
||||||
self.run(sub, count)
|
self.run(sub, count)
|
||||||
|
return
|
||||||
self.parse(text)
|
self.parse(text)
|
||||||
self._check()
|
self._check()
|
||||||
self._run(count=count)
|
self._run(count=count)
|
||||||
|
Loading…
Reference in New Issue
Block a user