X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=2e76e78329c8e6fd57d74e2d0d890d33d64f55ba;hb=e94a967b313e41151a16b50c1268815dcd5c303a;hp=e7afda55340fd811ab40c4bff169485d1f64d055;hpb=58a48ef44869a6413810d725507a8ebdc2da766a;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index e7afda55..2e76e783 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -168,7 +168,7 @@ class HashesCheck(Check): changes = upload.changes for f in changes.files.itervalues(): f.check(upload.directory) - source = changes.source + source = changes.source if source is not None: for f in source.files.itervalues(): f.check(upload.directory)