mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Fix bug/typo
This commit is contained in:
@@ -9457,8 +9457,7 @@ def MultiprocessGAMCommands(items, showCmds):
|
||||
if item[0] == Cmd.COMMIT_BATCH_CMD:
|
||||
batchWriteStderr(Msg.COMMIT_BATCH_WAIT_N_PROCESSES.format(currentISOformatTimeStamp(),
|
||||
numItems, poolProcessResults[0],
|
||||
PROCESS_PLURAL_SINGULAR[poolProcessResults[0] == 1]
|
||||
''))
|
||||
PROCESS_PLURAL_SINGULAR[poolProcessResults[0] == 1]))
|
||||
while poolProcessResults[0] > 0:
|
||||
time.sleep(1)
|
||||
completedProcesses = []
|
||||
|
||||
Reference in New Issue
Block a user