]> git.decadent.org.uk Git - dak.git/commitdiff
Correct local variable name in Upload.package_info.
authorChris Lamb <lamby@debian.org>
Thu, 29 Oct 2009 22:19:26 +0000 (22:19 +0000)
committerChris Lamb <lamby@debian.org>
Thu, 29 Oct 2009 22:19:26 +0000 (22:19 +0000)
Signed-off-by: Chris Lamb <lamby@debian.org>
daklib/queue.py

index bb5eb75f444996e9ae79c44f3e934b960db57895..10ae61879480e6a714170674d2d6a9127f06e7d9 100755 (executable)
@@ -298,7 +298,7 @@ class Upload(object):
         )
 
         msg = ''
-        for title, messages in reasons:
+        for title, messages in msgs:
             if messages:
                 msg += '\n\n%s:\n%s' % (title, '\n'.join(messages))