From de89ada951dc663162ccb11d43c889f0844e8e24 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 14 May 2010 13:00:56 +0200 Subject: [PATCH] ack-sync: print Uploader before uploading. --- ack-sync | 1 + 1 file changed, 1 insertion(+) diff --git a/ack-sync b/ack-sync index d59c3c9..3dc7c87 100755 --- a/ack-sync +++ b/ack-sync @@ -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: