]> git.decadent.org.uk Git - dak.git/commitdiff
Fix typo in function name
authorFrank Lichtenheld <djpig@debian.org>
Fri, 30 Oct 2009 16:56:03 +0000 (16:56 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Fri, 30 Oct 2009 16:56:03 +0000 (16:56 +0000)
check_dm_source_upload -> check_dm_upload

Signed-off-by: Frank Lichtenheld <djpig@debian.org>
daklib/queue.py

index 7c8d3d208a58d40c1242da277cb911855ef4b926..e31f2bbd01b4b90fa9da76c0327bffe9369aff3c 100755 (executable)
@@ -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"):