]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
process_unchecked: fix bug when dealing with unrecognised file types in .dsc Files:
[dak.git] / dak / process_unchecked.py
index 77e5f00af52b5e5d62e5c7fc422f92a67ac3b7fb..c4ebd99472e9d820746a25ff5483a20a99addc80 100755 (executable)
@@ -757,6 +757,7 @@ def check_dsc():
         m = daklib.utils.re_issource.match(f)
         if not m:
             reject("%s: %s in Files field not recognised as source." % (dsc_filename, f))
+           continue
         type = m.group(3)
         if type == "orig.tar.gz" or type == "tar.gz":
             has_tar = 1