mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-25 01:41:08 +00:00
ack-sync: print Uploader before uploading.
This commit is contained in:
parent
42406c4be8
commit
de89ada951
1
ack-sync
1
ack-sync
@ -144,6 +144,7 @@ def main(bug_numbers, package, version, section, update, verbose=False, silent=F
|
|||||||
print bug.title
|
print bug.title
|
||||||
print task.assignee
|
print task.assignee
|
||||||
print task.status
|
print task.status
|
||||||
|
print "Uploader:", uploader
|
||||||
try:
|
try:
|
||||||
raw_input('Press [Enter] to continue or [Ctrl-C] to abort.')
|
raw_input('Press [Enter] to continue or [Ctrl-C] to abort.')
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user