X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=daklib%2Fqueue.py;h=5b287172d5d2669b7a112eb89cd60862da2bdb0e;hb=15356616ed745cb6893c59e371aeff08fac9f430;hp=0023810230fbf5fe94d920268d676d178c99c476;hpb=7d71e228feb8fd3041c846b713c0d348eec20a34;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 00238102..5b287172 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1096,9 +1096,7 @@ class Upload(object): def check_source(self): # Bail out if: # a) there's no source - # or c) the orig files are MIA - if not self.pkg.changes["architecture"].has_key("source") \ - or len(self.pkg.orig_files) == 0: + if not self.pkg.changes["architecture"].has_key("source"): return tmpdir = utils.temp_dirname()