]> git.decadent.org.uk Git - dak.git/commitdiff
cmd -> command
authorMark Hymers <mhy@debian.org>
Wed, 28 Oct 2009 09:21:11 +0000 (09:21 +0000)
committerMark Hymers <mhy@debian.org>
Wed, 28 Oct 2009 09:21:11 +0000 (09:21 +0000)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/queue.py

index 17dbb67c6c4b3cb099e690e813bce4d3b002ab77..41c573356088afa295d217759d8bb95fce9d6d58 100755 (executable)
@@ -1237,7 +1237,7 @@ class Upload(object):
         # So now we should look at running lintian at the .changes file, capturing output
         # to then parse it.
         command = "lintian --show-overrides --tags-from-file %s %s" % (temp_filename, self.pkg.changes_file)
-        (result, output) = commands.getstatusoutput(cmd)
+        (result, output) = commands.getstatusoutput(command)
         # We are done with lintian, remove our tempfile
         os.unlink(temp_filename)
         if (result != 0):