Skip to content
Snippets Groups Projects
Commit 1310f3fc authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Global: move default config/tmpl to mkexp/

parent e8ba9983
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Global
---------
* Move ``standard_*`` directories to ``mkexp/*``,
rename ``experiments`` to ``types``.
rename ``experiments`` to ``types``, move defaults to ``mkexp/``.
``standard_*`` is still supported
Templates
......
......@@ -67,8 +67,8 @@ def get_exp_template_names(experiment_config_id, config, job_or_namelist):
get_exp_template_name(config.experiment_kind, job_or_namelist,
ExpConfig.typ_lib_path),
get_exp_template_name(ExpConfig.default_name, job_or_namelist,
ExpConfig.typ_lib_path),
get_template_name(job_or_namelist, ExpConfig.typ_lib_path),
ExpConfig.lib_dir),
get_template_name(job_or_namelist, ExpConfig.lib_dir),
# Legacy directory structure
get_exp_template_name(config.experiment_kind, job_or_namelist),
get_exp_template_name(ExpConfig.default_name, job_or_namelist),
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment