Skip to content

Commit

Permalink
revert change of tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Aug 21, 2024
1 parent 6bc7f37 commit 82ac35c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/rocoto/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def __init__(self, app_config: AppConfig, run: str) -> None:
# Save dict_configs and base in the internal state (never know where it may be needed)
self._base = self._configs['base']

#self.HOMEgfs = self._base['HOMEgfs']
self.HOMEgfs = '/contrib/Wei.Huang/src/global-workflow-cloud'
self.HOMEgfs = self._base['HOMEgfs']
self.rotdir = self._base['ROTDIR']
self.pslot = self._base['PSLOT']
if self.run == "enkfgfs":
Expand Down

0 comments on commit 82ac35c

Please sign in to comment.