X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fdatabase.py;fp=daklib%2Fdatabase.py;h=76aecb25ac15e1fdb751e0b02ad14a12c9191031;hb=0df7a1c2ee06e051604c3e561cec4d3b284fd92c;hp=49c18f9e3731b34850c9463672f30e3a26911733;hpb=cccc15df9f84daa59b30ec32a91d3cfb4cbb8d21;p=dak.git diff --git a/daklib/database.py b/daklib/database.py index 49c18f9e..76aecb25 100755 --- a/daklib/database.py +++ b/daklib/database.py @@ -848,7 +848,7 @@ def copy_temporary_contents(package, version, arch, deb, reject): # first see if contents exist: - arch_id = database.get_architecture_id (architecture) + arch_id = get_architecture_id (architecture) exists = projectB.query("""SELECT 1 FROM pending_content_associations WHERE package='%s'