From 7e3a5825684ddd51450e5bdc26b5e2b9b8fd42b0 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Sat, 13 Feb 2021 20:56:06 +0100
Subject: [PATCH] Revise keyboard interaction in config_preprocess_step2.py.

---
 .../config_runscripts/config_preprocess_step2.py            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/video_prediction_tools/config_runscripts/config_preprocess_step2.py b/video_prediction_tools/config_runscripts/config_preprocess_step2.py
index 5e3dcb3d..a28ba0bf 100755
--- a/video_prediction_tools/config_runscripts/config_preprocess_step2.py
+++ b/video_prediction_tools/config_runscripts/config_preprocess_step2.py
@@ -56,10 +56,10 @@ class Config_Preprocess2(Config_runscript_base):
         source_dir_base = Config_Preprocess2.handle_source_dir(self, "preprocessedData")
 
         if self.dataset == "era5":
-            file_type = "ERA5 pickle-files are"
+            file_type = "ERA5 pickle-files"
         elif self.dataset == "moving_mnist":
-            file_type = "The movingMNIST data file is"
-        source_req_str = "Choose a subdirectory listed above to {0} where the extracted {1} located:"\
+            file_type = "the movingMNIST data file"
+        source_req_str = "Choose a subdirectory listed above to {0} where the extracted {1} can be found:"\
                              .format(source_dir_base, file_type)
         source_err = FileNotFoundError("Cannot retrieve "+file_type+" from passed path.")
 
-- 
GitLab