backportpackage: Use a file:/// URL when giving paths to make them clickable in gnome-terminal

This commit is contained in:
Evan Broder 2010-12-11 16:57:40 -08:00
parent fccec5fab9
commit 4669ee62af

View File

@ -92,7 +92,7 @@ def main(args):
if ':' in bp_version:
bp_version = bp_version[bp_version.find(':')+1:]
print 'Please check the package in %s carefully' % tmpdir
print 'Please check the package in file://%s carefully' % tmpdir
while True:
answer = raw_input('Do you still want to upload this to %s? [Y/n] ' % upload).strip().lower()
if answer in ('', 'y', 'yes'):