X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=2e76e78329c8e6fd57d74e2d0d890d33d64f55ba;hb=bbbc815f314e51007d927a540e59357810c46cec;hp=793bc681c0ec08539ee4bd10c1395deea603fcc1;hpb=12e10a29eed2843efda0dfa13483a81877216cec;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 793bc681..2e76e783 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -183,7 +183,7 @@ class ExternalHashesCheck(Check): return if ext_size != f.size: - raise RejectStupidMaintainerException(f.filename, 'size', f.size, ext_size)) + raise RejectStupidMaintainerException(f.filename, 'size', f.size, ext_size) if ext_md5sum != f.md5sum: raise RejectStupidMaintainerException(f.filename, 'md5sum', f.md5sum, ext_md5sum)