Skip to content

Commit 2133c52

Browse files
#2839: review comments for comment
1 parent 0052148 commit 2133c52

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

Diff for: esmvaltool/utils/recipe_test_workflow/recipe_test_workflow/app/configure/bin/configure.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
def main():
2626
"""Write the updated configuration values to the file defined by
2727
``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+
3333
config_values = dict(
3434
Config._load_user_config(LATEST_USER_CONFIG_FILE,
3535
raise_exception=True))

0 commit comments

Comments
 (0)