mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Whoops placeholders had incorect parity
This commit is contained in:
parent
09e468211a
commit
1a507e34b0
@ -179,7 +179,7 @@ def request_backport(package_spph, source, destinations):
|
|||||||
"",
|
"",
|
||||||
"Reason for the backport:",
|
"Reason for the backport:",
|
||||||
"========================",
|
"========================",
|
||||||
"<<< Enter your reasoning here >>>",
|
">>> Enter your reasoning here <<<",
|
||||||
"",
|
"",
|
||||||
"Testing:",
|
"Testing:",
|
||||||
"========",
|
"========",
|
||||||
|
@ -116,7 +116,7 @@ class EditFile(object):
|
|||||||
self.filename = filename
|
self.filename = filename
|
||||||
self.description = description
|
self.description = description
|
||||||
if placeholders is None:
|
if placeholders is None:
|
||||||
placeholders = (re.compile(r'^<<<.*>>>$', re.UNICODE),)
|
placeholders = (re.compile(r'^>>>.*<<<$', re.UNICODE),)
|
||||||
self.placeholders = placeholders
|
self.placeholders = placeholders
|
||||||
|
|
||||||
def edit(self, optional=False):
|
def edit(self, optional=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user