X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Futils.py;fp=daklib%2Futils.py;h=ce72a2c77027e48c97e687c7428b772a047f984e;hb=9395800a53935a9bed300bc16d2e3c2440d3d7ac;hp=1b878e22d9853eb500cff06c428889533afdd1d5;hpb=996aa5d9c1401ea80adfc6a89622cf252272413f;p=dak.git diff --git a/daklib/utils.py b/daklib/utils.py index 1b878e22..ce72a2c7 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -340,7 +340,8 @@ def check_dsc_files(dsc_filename, dsc, dsc_files): # File does not match anything in lookup table; reject if not matched: - reject("%s: unexpected source file '%s'" % (dsc_filename, f)) + rejmsg.append("%s: unexpected source file '%s'" % (dsc_filename, f)) + break # Check for multiple files for file_type in ('orig_tar', 'orig_tar_sig', 'native_tar', 'debian_tar', 'debian_diff'):