mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Fix small typo in error message
This commit is contained in:
parent
030f73a869
commit
c275933aae
1 changed files with 1 additions and 1 deletions
|
|
@ -636,7 +636,7 @@ class Model:
|
|||
|
||||
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)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue