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

Consoder revised handling of template runscripts in config_utils.py.

parent d362e93c
Branches
Tags
No related merge requests found
Pipeline #59645 passed
...@@ -33,9 +33,10 @@ class Config_runscript_base: ...@@ -33,9 +33,10 @@ class Config_runscript_base:
self.long_name_wrk_step = None self.long_name_wrk_step = None
self.rscrpt_tmpl_prefix = None self.rscrpt_tmpl_prefix = None
self.suffix_template = "_template.sh"
self.runscript_template = None self.runscript_template = None
self.runscript_target = None self.runscript_target = None
self.user = os.getenv("USER").strip()
self.suffix_template = "_template" + self.user + ".sh"
# general to be expected attributes # general to be expected attributes
self.list_batch_vars = None self.list_batch_vars = None
self.dataset = None self.dataset = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment