X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fqueue.py;h=0b45b284a0c0296de59f43b918501efe9110c03e;hb=dcb51800ee2347af8d35fb7a51811db1cef6b93b;hp=9c12d1e2fb5a9a11e857bcde4989c1cd54bc4618;hpb=9cff56dae8b80a00622d0f33235e11e66bee23c1;p=dak.git diff --git a/daklib/queue.py b/daklib/queue.py index 9c12d1e2..0b45b284 100755 --- a/daklib/queue.py +++ b/daklib/queue.py @@ -1212,7 +1212,7 @@ class Upload(object): # Try and find all orig mentioned in the .dsc target_dir = '.' for filename, entry in self.pkg.dsc_files.iteritems(): - if re_is_orig_source.match(filename): + if not re_is_orig_source.match(filename): # File is not an orig; ignore continue