From cb7062d04319a1f23bd1ac9bca35b5fb84c3c0e3 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Tue, 19 Jul 2022 13:28:59 +0200
Subject: [PATCH] Add hint for support in generate_runscript.py.

---
 video_prediction_tools/env_setup/generate_runscript.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/video_prediction_tools/env_setup/generate_runscript.py b/video_prediction_tools/env_setup/generate_runscript.py
index 68a30ec6..0ce5df23 100755
--- a/video_prediction_tools/env_setup/generate_runscript.py
+++ b/video_prediction_tools/env_setup/generate_runscript.py
@@ -72,6 +72,8 @@ def main():
     if any(map(socket.gethostname().__contains__, ["juwels", "hdfml"])):
         lhpc = True
 
+    print(" *** NOTE: Enter 'help' to receive support during the subsequent keyboard interaction. ***")
+
     config_dummy = Config_runscript_base(venv_name, lhpc)
     known_wrkflw_steps = config_dummy.known_workflow_steps
     keyboard_interaction = config_dummy.keyboard_interaction
-- 
GitLab