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",