mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed a bug in the reporting of batch-AMP errors.
This commit is contained in:
parent
1d52dea746
commit
fbb9f8a279
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ class AMPProtocol(amp.AMP):
|
|||
data=part,
|
||||
ipart=ipart,
|
||||
nparts=nparts)
|
||||
deferred.addErrback(self.errback, "%s part %i/%i" % (command.key, ipart, part))
|
||||
deferred.addErrback(self.errback, "%s part %i/%i" % (command.key, ipart, nparts))
|
||||
deferreds.append(deferred)
|
||||
self.lastsend = time() # don't use now here, keep it as up-to-date as possible
|
||||
return deferreds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue