We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f058ef commit 655b623Copy full SHA for 655b623
CMEW/app/configure_standardise/bin/create_request_file.py
@@ -43,12 +43,8 @@ def create_request():
43
),
44
"mode": "relaxed",
45
"package": "round-1",
46
- "root_proc_dir": os.path.expandvars(
47
- os.path.expanduser(os.environ["ROOT_PROC_DIR"])
48
- ),
49
- "root_data_dir": os.path.expandvars(
50
- os.path.expanduser(os.environ["ROOT_DATA_DIR"])
51
+ "root_proc_dir": os.environ["ROOT_PROC_DIR"],
+ "root_data_dir": os.environ["ROOT_DATA_DIR"],
52
"workflow_basename": os.environ["SUITE_ID"],
53
}
54
request["data"] = {
0 commit comments