X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fqueue.py;h=daaa3c6e03936f6364e2cd851602dd946dad2dcd;hb=883c0aba045a0818317795a5bb1aacad56e8775d;hp=d70e60b190d35195434ca031e50435f10c8c0ff7;hpb=32dc9d52c53207a6524ecf63ac7866435ae40374;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index d70e60b1..daaa3c6e 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -72,7 +72,7 @@ def get_type(f, session): """ # Determine the type if f.has_key("dbtype"): - file_type = file["dbtype"] + file_type = f["dbtype"] elif re_source_ext.match(f["type"]): file_type = "dsc" else: