Skip to content

Commit

Permalink
Update src/uwtools/drivers/schism.py
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Madden <[email protected]>
  • Loading branch information
WeirAE and maddenp-noaa authored Jun 10, 2024
1 parent 7575336 commit 870b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uwtools/drivers/schism.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def provisioned_run_directory(self):
Run directory provisioned with all required content.
"""
yield self._taskname("provisioned run directory")
yield [self.namelist_file()]
yield self.namelist_file()

# Private helper methods

Expand Down

0 comments on commit 870b3a9

Please sign in to comment.