Merge pull request #2429 from keckler/volume_calculation

Fix small typo in error message
This commit is contained in:
Patrick Shriwise 2023-03-17 10:03:36 -05:00 committed by GitHub
commit a4f498c54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -740,7 +740,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)):