Skip to content

Commit

Permalink
Merge pull request #2429 from keckler/volume_calculation
Browse files Browse the repository at this point in the history
Fix small typo in error message
  • Loading branch information
pshriwise authored Mar 17, 2023
2 parents d678b39 + c275933 commit a4f498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmc/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def calculate_volumes(self, threads=None, output=True, cwd='.',

if len(self.settings.volume_calculations) == 0:
# Then there is no volume calculation specified
raise ValueError("The Settings.volume_calculation attribute must"
raise ValueError("The Settings.volume_calculations attribute must"
" be specified before executing this method!")

with _change_directory(Path(cwd)):
Expand Down

0 comments on commit a4f498c

Please sign in to comment.