mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Removed double quotes from Trigger.add_score
This commit is contained in:
parent
df371b6857
commit
3b46d31741
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class Trigger(object):
|
|||
"""
|
||||
|
||||
if not isinstance(score, basestring):
|
||||
msg = 'Unable to add score ""{0}"" to tally trigger since ' \
|
||||
msg = 'Unable to add score "{0}" to tally trigger since ' \
|
||||
'it is not a string'.format(score)
|
||||
raise ValueError(msg)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue