X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=daklib%2Fchecks.py;h=e7afda55340fd811ab40c4bff169485d1f64d055;hb=58a48ef44869a6413810d725507a8ebdc2da766a;hp=92f7e12278de34a2781a27272dab6f7052196c71;hpb=f0aecfc41de9927d255402dafcae4eeb6a9fd5f8;p=dak.git diff --git a/daklib/checks.py b/daklib/checks.py index 92f7e122..e7afda55 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)