X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=dak%2Fprocess_unchecked.py;h=87c11d49fe193a0aa96da89cf41c9cb88b4995af;hb=1e9716e68398727fcbda2153e7a2fc6fb9bb8575;hp=5fce9fa98b9a403e02908ac4c85b2deb0f6af885;hpb=35cd0972b5e14dc8727403e13fccd30776f3ae02;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 5fce9fa9..87c11d49 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -1585,7 +1585,10 @@ def main(): changes_files.remove(f) if changes_files == []: - utils.fubar("Need at least one .changes file as an argument.") + if Cnf["Dinstall::Options::Directory"] == "": + utils.fubar("Need at least one .changes file as an argument.") + else: + sys.exit(0) # Check that we aren't going to clash with the daily cron job