mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41: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:",
|
||||
"========================",
|
||||
"<<< Enter your reasoning here >>>",
|
||||
">>> Enter your reasoning here <<<",
|
||||
"",
|
||||
"Testing:",
|
||||
"========",
|
||||
|
@ -116,7 +116,7 @@ class EditFile(object):
|
||||
self.filename = filename
|
||||
self.description = description
|
||||
if placeholders is None:
|
||||
placeholders = (re.compile(r'^<<<.*>>>$', re.UNICODE),)
|
||||
placeholders = (re.compile(r'^>>>.*<<<$', re.UNICODE),)
|
||||
self.placeholders = placeholders
|
||||
|
||||
def edit(self, optional=False):
|
||||
|
Loading…
x
Reference in New Issue
Block a user