From e02108d7734b1bec83b842d7b9aac9a94bab7533 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 8 Sep 2009 00:22:25 +0200 Subject: [PATCH] make_suite_file_list option typo Signed-off-by: Joerg Jaspert --- dak/make_suite_file_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/make_suite_file_list.py b/dak/make_suite_file_list.py index 8bb9142c..47ca6925 100755 --- a/dak/make_suite_file_list.py +++ b/dak/make_suite_file_list.py @@ -267,7 +267,7 @@ def write_filelists(packages, dislocated_files): binary_types = [ "deb", "udeb" ] else: binary_types = [ "deb" ] - if not Options["Architecture"]: + if not Options["Architectures"]: architectures = database.get_suite_architectures(suite) else: architectures = utils.split_args(Options["Architectures"]) -- 2.39.2