diff options
Diffstat (limited to 'fg21sim/configs')
| -rw-r--r-- | fg21sim/configs/checkers.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fg21sim/configs/checkers.py b/fg21sim/configs/checkers.py index 89e9bf3..8abdaaf 100644 --- a/fg21sim/configs/checkers.py +++ b/fg21sim/configs/checkers.py @@ -159,7 +159,7 @@ def check_extragalactic_clusters(configs):      if comp in comp_enabled:          # Only validate the configs if this component is enabled          results.update( -            _check_existence(configs, comp+"/catalog") +            _check_existence(configs, comp+"/ps_data")          )          results.update(_check_missing(configs, comp+"/output_dir"))      return results | 
