From c8588439d6c3f73d691d0d8a39de4d53d30ae7fe Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Sun, 14 Feb 2021 15:40:56 +0100 Subject: [PATCH] Remove typo in source-code comment of config_preprocess_step1.py. --- .../config_runscripts/config_preprocess_step1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_tools/config_runscripts/config_preprocess_step1.py b/video_prediction_tools/config_runscripts/config_preprocess_step1.py index 4d2f66cc..cb53410e 100755 --- a/video_prediction_tools/config_runscripts/config_preprocess_step1.py +++ b/video_prediction_tools/config_runscripts/config_preprocess_step1.py @@ -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)) -- GitLab