mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fixed double quotes in filter.py
This commit is contained in:
parent
d0afb964b7
commit
ff12e253af
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class Filter(object):
|
|||
if type is None:
|
||||
self._type = type
|
||||
elif type not in FILTER_TYPES.values():
|
||||
msg = 'Unable to set Filter type to ""{0}" since it is not one ' \
|
||||
msg = 'Unable to set Filter type to "{0}" since it is not one ' \
|
||||
'of the supported types'.format(type)
|
||||
raise ValueError(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue