mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Tweak second prompting.
This commit is contained in:
parent
7a70b6df4d
commit
6bd4bd8d8d
@ -83,8 +83,9 @@ if __name__ == '__main__':
|
||||
print "Would set the following bugs as duplicates of %s: %s" % (new_main_bug.id, " ".join([str(b.id) for b in bugs_to_process]))
|
||||
|
||||
if not options.force:
|
||||
s = None
|
||||
try:
|
||||
s = raw_input("Proceed [y/N]?")
|
||||
s = raw_input("Proceed? [y/N]")
|
||||
except:
|
||||
die("Aborted")
|
||||
if s.lower() not in ("y", "yes"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user