mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
backportpackage: Fix slightly awkward text
This commit is contained in:
parent
3ab323805e
commit
7450a5e8bb
@ -196,7 +196,7 @@ def main(args):
|
|||||||
bp_version = bp_version[bp_version.find(':')+1:]
|
bp_version = bp_version[bp_version.find(':')+1:]
|
||||||
|
|
||||||
print 'Please check the package in file://%s carefully' % tmpdir
|
print 'Please check the package in file://%s carefully' % tmpdir
|
||||||
prompt = 'Do you still want to upload this to %s? [Y/n]' % upload
|
prompt = 'Do you want to upload this to %s? [Y/n]' % upload
|
||||||
while True:
|
while True:
|
||||||
answer = raw_input(prompt).strip().lower()
|
answer = raw_input(prompt).strip().lower()
|
||||||
if answer in ('', 'y', 'yes'):
|
if answer in ('', 'y', 'yes'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user