From: Frank Lichtenheld Date: Fri, 30 Oct 2009 16:56:03 +0000 (+0000) Subject: Fix typo in function name X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e70f38b3c31c5b6437529e85116b6baaa0a47da8;p=dak.git Fix typo in function name check_dm_source_upload -> check_dm_upload Signed-off-by: Frank Lichtenheld --- diff --git a/daklib/queue.py b/daklib/queue.py index 7c8d3d20..e31f2bbd 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1474,7 +1474,7 @@ class Upload(object): # or binary, whereas keys with no access might be able to # upload some binaries) if fpr.source_acl.access_level == 'dm': - self.check_dm_source_upload(fpr, session) + self.check_dm_upload(fpr, session) else: # Check source-based permissions for other types if self.pkg.changes["architecture"].has_key("source"):