From e70f38b3c31c5b6437529e85116b6baaa0a47da8 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 30 Oct 2009 16:56:03 +0000 Subject: [PATCH] Fix typo in function name check_dm_source_upload -> check_dm_upload Signed-off-by: Frank Lichtenheld --- daklib/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- 2.39.2