Skip to content

Commit

Permalink
Fix account lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Feb 6, 2024
1 parent f4fab21 commit 06582e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/drivers/forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def resources(self) -> Mapping:
"""

return {
"account": self._experiment_config["user"]["account"],
"account": self._experiment_config["platform"]["account"],
"scheduler": self._experiment_config["platform"]["scheduler"],
**self._config["jobinfo"],
}
Expand Down

0 comments on commit 06582e1

Please sign in to comment.