From e8e7198c67b4c0e62cd419b1ebb8b300a853057d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 19 Oct 2017 10:04:41 +0800 Subject: clusters: "catalog_outfile" is required --- fg21sim/configs/checkers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fg21sim/configs/checkers.py') diff --git a/fg21sim/configs/checkers.py b/fg21sim/configs/checkers.py index 76c99d3..cbffcc8 100644 --- a/fg21sim/configs/checkers.py +++ b/fg21sim/configs/checkers.py @@ -163,6 +163,8 @@ def check_extragalactic_clusters(configs): # catalog required when enabled to use it if configs.get(comp+"/use_output_catalog"): results.update(_check_existence(configs, comp+"/catalog_outfile")) + else: + results.update(_check_missing(configs, comp+"/catalog_outfile")) results.update(_check_missing(configs, comp+"/output_dir")) return results -- cgit v1.2.2