ack-sync: print Uploader before uploading.

This commit is contained in:
Benjamin Drung 2010-05-14 13:00:56 +02:00
parent 42406c4be8
commit de89ada951

View File

@ -144,6 +144,7 @@ def main(bug_numbers, package, version, section, update, verbose=False, silent=F
print bug.title
print task.assignee
print task.status
print "Uploader:", uploader
try:
raw_input('Press [Enter] to continue or [Ctrl-C] to abort.')
except KeyboardInterrupt: