Skip to content
Snippets Groups Projects
Commit d0d3e5a5 authored by Michael Langguth's avatar Michael Langguth
Browse files

Remove typo in print-statement from handle_source_dir-method in config_utils.py

.
parent b4b16c39
Branches
Tags
No related merge requests found
Pipeline #59395 passed
...@@ -157,7 +157,7 @@ class Config_runscript_base: ...@@ -157,7 +157,7 @@ class Config_runscript_base:
if not list_dirs: if not list_dirs:
raise ValueError("%{0}: Cannot find any subdirectory in {1}".format(method_name, base_source_dir)) raise ValueError("%{0}: Cannot find any subdirectory in {1}".format(method_name, base_source_dir))
print("The follwoing subdiretories are found under {0}".format(base_source_dir)) print("The following subdiretories are found under {0}".format(base_source_dir))
for subdir in list_dirs: for subdir in list_dirs:
print("* {0}".format(subdir)) print("* {0}".format(subdir))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment