Skip to content

Commit

Permalink
Add comment for sourcing configs based on RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Aug 16, 2024
1 parent 08f558e commit 0e60123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/applications/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def _init_finalize(self, conf: Configuration):
# Get task names for the application
self.task_names = self.get_task_names()

# Finally, source the configuration files for each valid `RUN`
for run in self.task_names.keys():
self.configs[run] = self._source_configs(conf, run=run, log=False)

Expand Down

0 comments on commit 0e60123

Please sign in to comment.