From a4f229ae249f892466d19e6e9e29bf7b53b1bc4f Mon Sep 17 00:00:00 2001 From: "minghang.li" Date: Thu, 26 Sep 2024 17:46:59 +1000 Subject: [PATCH] Update expts_manager/write_Expts_manager_yaml.py Co-authored-by: Andrew Kiss <31054815+aekiss@users.noreply.github.com> --- expts_manager/write_Expts_manager_yaml.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expts_manager/write_Expts_manager_yaml.py b/expts_manager/write_Expts_manager_yaml.py index d4daadc..39f398b 100755 --- a/expts_manager/write_Expts_manager_yaml.py +++ b/expts_manager/write_Expts_manager_yaml.py @@ -441,9 +441,9 @@ def write_value(key, value, file, comment=None, indent=0): { "key": "check_skipping", "value": False, - "comment": "\n# Checks if certain runs should be skipped based on pre-existing conditions or results. Currently only valids to nml type.\ + "comment": "\n# Checks if certain runs should be skipped based on pre-existing conditions or results. Currently only valid for nml type.\ \n# Default: False.\ - \n# Set to 'True' if you want the system to skip runs under specific criteria; otherwise, keep it 'False'. Currently only valids to nml type.\n", + \n# Set to 'True' if you want the system to skip runs under specific criteria; otherwise, keep it 'False'. Currently only valid for nml type.\n", }, { "key": "force_restart",