]> git.decadent.org.uk Git - dak.git/commit - daklib/checks.py
checks: Fix a syntax error in ExternalHashCheck
authorGergely Nagy <algernon@madhouse-project.org>
Mon, 17 Sep 2012 13:16:48 +0000 (13:16 +0000)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 17 Sep 2012 13:16:48 +0000 (13:16 +0000)
commit58a48ef44869a6413810d725507a8ebdc2da766a
tree4255c0902abe9d52935088c28899cb2226fcd34c
parentf0aecfc41de9927d255402dafcae4eeb6a9fd5f8
checks: Fix a syntax error in ExternalHashCheck

There was one extra closing parens in a call to raise
RejectStupidMaintainerException (oops, stupid me), lets remove it.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
daklib/checks.py