Skip to content

Commit cb5feaf

Browse files
Add server_home to the Jinja dict for globus
1 parent 85ff001 commit cb5feaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ush/python/pygfs/task/globus_hpss.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ def __init__(self, config: Dict[str, Any]) -> None:
8585

8686
local_dict = AttrDict({
8787
'sven_dropbox': (f"{self.task_config.SVEN_DROPBOX_ROOT}"),
88-
'hpss_target_dir': f"{self.task_config.ATARDIR}/{cycle_YMDH}"
88+
'hpss_target_dir': f"{self.task_config.ATARDIR}/{cycle_YMDH}",
89+
'server_home': f"{self.server_home}"
8990
})
9091

9192
self.task_config = AttrDict(**self.task_config, **local_dict)

0 commit comments

Comments
 (0)