From: Ansgar Burchardt Date: Tue, 18 Sep 2012 21:31:34 +0000 (+0200) Subject: Merge branch 'small-fixes' X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f975c389dc58cb312640b47175f234fd5edffb41;hp=40f8f2bba7deb4ff9cce6250aeab90c93db4c372;p=dak.git Merge branch 'small-fixes' --- diff --git a/daklib/checks.py b/daklib/checks.py index f073d52f..63ea10f2 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -174,8 +174,8 @@ class HashesCheck(Check): for f in changes.files.itervalues(): f.check(upload.directory) source = changes.source - what = source.filename if source is not None: + what = source.filename for f in source.files.itervalues(): f.check(upload.directory) except IOError as e: