Small fix to batchprocess output.
This commit is contained in:
parent
58e20e2cf1
commit
5f8cc5e3a6
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ class CmdBatchCommands(MuxCommand):
|
||||||
caller.msg("\nBatch-command processor - Interactive mode for %s ..." % python_path)
|
caller.msg("\nBatch-command processor - Interactive mode for %s ..." % python_path)
|
||||||
show_curr(caller)
|
show_curr(caller)
|
||||||
else:
|
else:
|
||||||
caller.msg("Running Batch-command processor - Automatic mode for %s ..." % python_path)
|
caller.msg("Running Batch-command processor - Automatic mode for %s (this might take some time) ..." % python_path)
|
||||||
|
|
||||||
# add the 'safety' cmdset in case the batch processing adds cmdsets to us
|
# add the 'safety' cmdset in case the batch processing adds cmdsets to us
|
||||||
for inum in range(len(commands)):
|
for inum in range(len(commands)):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue