mirror of
https://github.com/evennia/evennia.git
synced 2026-03-31 13:07:16 +02:00
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)
|
||||
show_curr(caller)
|
||||
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
|
||||
for inum in range(len(commands)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue