File tree 1 file changed +4
-4
lines changed
esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin
1 file changed +4
-4
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
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.
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
32
33
33
config_values = dict (
34
34
Config ._load_user_config (LATEST_USER_CONFIG_FILE ,
You can’t perform that action at this time.
0 commit comments