Update openmc/settings.py

Co-authored-by: Katie Mummah <radioactivekate@gmail.com>
This commit is contained in:
YoungHui Park 2020-10-23 11:11:25 -05:00
parent 1722f6641a
commit f541090ba5

View file

@ -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'))