X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=f7caf303192ec07993888dd5b6aff94fe609fa4e;hb=a8a6edfad74150868322cdc57e18b7454a584fcf;hp=34020205bba3ba0b75d35fdcf6225e3848897bb6;hpb=cd324afe41a58c4e7e0ff6536eff95d1ebb3bb04;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 34020205..f7caf303 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -497,7 +497,7 @@ def process_it(changes_file): u.check_distributions() u.check_files(not Options["No-Action"]) valid_dsc_p = u.check_dsc(not Options["No-Action"]) - if valid_dsc_p: + if valid_dsc_p and not Options["No-Action"]: u.check_source() u.check_lintian() u.check_hashes()