X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fprocess_new.py;h=3dd93ada1a68ba480c2dcf6c6a9d186e09ef7da4;hb=b5d21dfae245e479a1dfd261b7f1a9d9bf2e9b99;hp=6ac1d44dac7ee6242a9ea3219a0e69ad4c96377f;hpb=0ed44851b80717343dfc12cad8bfd1f1363b946d;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 6ac1d44d..3dd93ada 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -822,7 +822,7 @@ def is_source_in_queue_dir(qdir): u = queue.Upload(Cnf) u.pkg.changes_file = os.path.join(qdir, entry) u.update_vars() - if not Upload.pkg.changes["architecture"].has_key("source"): + if not u.pkg.changes["architecture"].has_key("source"): # another binary upload, ignore continue if Upload.pkg.changes["version"] != u.pkg.changes["version"]: