mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update openmc/settings.py
Co-authored-by: Katie Mummah <radioactivekate@gmail.com>
This commit is contained in:
parent
1722f6641a
commit
f541090ba5
1 changed files with 1 additions and 1 deletions
|
|
@ -591,7 +591,7 @@ class Settings:
|
|||
|
||||
@surf_src_read.setter
|
||||
def surf_src_read(self, surf_src_read):
|
||||
cv.check_type('surface source writing options', surf_src_read, Mapping)
|
||||
cv.check_type('surface source reading options', surf_src_read, Mapping)
|
||||
for key, value in surf_src_read.items():
|
||||
cv.check_value('surface source reading key', key,
|
||||
('path'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue