From: Chris Lamb Date: Mon, 26 Oct 2009 13:56:48 +0000 (+0000) Subject: Fix get_maintainer X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=0750ad113069a06ea7e710cf6bc21b0a2314a4a5;p=dak.git Fix get_maintainer Signed-off-by: Chris Lamb --- diff --git a/daklib/dbconn.py b/daklib/dbconn.py index b63b4a93..30d1d7d6 100755 --- a/daklib/dbconn.py +++ b/daklib/dbconn.py @@ -1095,7 +1095,7 @@ def get_or_set_maintainer(name, session=None): __all__.append('get_or_set_maintainer') -def get_maintainer(maintainer_id, session=True): +def get_maintainer(maintainer_id, session=None): """ Return the name of the maintainer behind C{maintainer_id}.