Skip to content

Commit 655b623

Browse files
committed
revert the previous changes
1 parent 7f058ef commit 655b623

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CMEW/app/configure_standardise/bin/create_request_file.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@ def create_request():
4343
),
4444
"mode": "relaxed",
4545
"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-
),
46+
"root_proc_dir": os.environ["ROOT_PROC_DIR"],
47+
"root_data_dir": os.environ["ROOT_DATA_DIR"],
5248
"workflow_basename": os.environ["SUITE_ID"],
5349
}
5450
request["data"] = {

0 commit comments

Comments
 (0)