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

Add hint for support in generate_runscript.py.

parent 59b4f513
Branches
Tags
No related merge requests found
...@@ -72,6 +72,8 @@ def main(): ...@@ -72,6 +72,8 @@ def main():
if any(map(socket.gethostname().__contains__, ["juwels", "hdfml"])): if any(map(socket.gethostname().__contains__, ["juwels", "hdfml"])):
lhpc = True lhpc = True
print(" *** NOTE: Enter 'help' to receive support during the subsequent keyboard interaction. ***")
config_dummy = Config_runscript_base(venv_name, lhpc) config_dummy = Config_runscript_base(venv_name, lhpc)
known_wrkflw_steps = config_dummy.known_workflow_steps known_wrkflw_steps = config_dummy.known_workflow_steps
keyboard_interaction = config_dummy.keyboard_interaction keyboard_interaction = config_dummy.keyboard_interaction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment