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

Remove typo in source-code comment of config_preprocess_step1.py.

parent 7b84f35c
Branches
Tags
No related merge requests found
......@@ -128,7 +128,7 @@ class Config_Preprocess1(Config_runscript_base):
"""
status = False
if os.path.isdir(indir):
# the built-in 'any'-function has a short-sircuit mechanism, i.e. returns True
# the built-in 'any'-function has a short-circuit mechanism, i.e. returns True
# if the first True element is met
if recursive:
fexist = any(glob.iglob(os.path.join(indir, "**", "*era5*.nc"), recursive=True))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment