folder: Base: fix line continuation
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
68860f0130
commit
1da5bd938c
@ -618,8 +618,8 @@ class BaseFolder(object):
|
|||||||
mark = '==>EOH<=='
|
mark = '==>EOH<=='
|
||||||
contextstart = max(0, insertionpoint - 100)
|
contextstart = max(0, insertionpoint - 100)
|
||||||
contextend = min(len(content), insertionpoint + 100)
|
contextend = min(len(content), insertionpoint + 100)
|
||||||
self.ui.debug('', 'addmessageheader: header/body transition "
|
self.ui.debug('', 'addmessageheader: header/body transition " \
|
||||||
context (marked by %s): %s%s%s'% (
|
"context (marked by %s): %s%s%s'% (
|
||||||
mark, repr(content[contextstart:insertionpoint]),
|
mark, repr(content[contextstart:insertionpoint]),
|
||||||
mark, repr(content[insertionpoint:contextend])
|
mark, repr(content[insertionpoint:contextend])
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user