File tree 1 file changed +5
-5
lines changed
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
def main ():
26
26
"""Write the updated configuration values to the file defined by
27
27
``USER_CONFIG_PATH``."""
28
- # Get the latest configuration values from ESMValTool. A dictionary is
29
- # needed here to avoid the config object from converting paths to PosixPath
30
- # objects, which causes issues when writing the YAML file.
31
- # The dictionary is then updated with the path to the latest checked out
32
- # version of config-user-example.yml from the ESMValTool directory.
28
+ # - Get the latest configuration values from ESMValTool
29
+ # - Write to a dictionary to avoid PosixPath type issues in the YAML file
30
+ # - Update with the path to the latest checked out version
31
+ # of config-user-example.yml from the ESMValTool directory.
32
+
33
33
config_values = dict (
34
34
Config ._load_user_config (LATEST_USER_CONFIG_FILE ,
35
35
raise_exception = True ))
You can’t perform that action at this time.
0 commit comments