Skip to content

Commit ba0222f

Browse files
#2839: further tidy
1 parent 2133c52 commit ba0222f

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

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
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
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.
3232

3333
config_values = dict(
3434
Config._load_user_config(LATEST_USER_CONFIG_FILE,

0 commit comments

Comments
 (0)