folder: Base: minor fix style
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
6b313aabd3
commit
473be4c66f
@ -906,7 +906,7 @@ class BaseFolder(object):
|
|||||||
# Exceptions are caught in copymessageto().
|
# Exceptions are caught in copymessageto().
|
||||||
if self.suggeststhreads():
|
if self.suggeststhreads():
|
||||||
self.waitforthread()
|
self.waitforthread()
|
||||||
thread=threadutil.InstanceLimitedThread(
|
thread = threadutil.InstanceLimitedThread(
|
||||||
self.getinstancelimitnamespace(),
|
self.getinstancelimitnamespace(),
|
||||||
target=self.copymessageto,
|
target=self.copymessageto,
|
||||||
name="Copy message from %s:%s"% (self.repository, self),
|
name="Copy message from %s:%s"% (self.repository, self),
|
||||||
|
Loading…
Reference in New Issue
Block a user