mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Change a few double quotes to single quotes in openmc.trigger
This commit is contained in:
parent
0138f0c4a2
commit
7c2890baec
1 changed files with 3 additions and 3 deletions
|
|
@ -117,9 +117,9 @@ class Trigger(object):
|
|||
|
||||
"""
|
||||
|
||||
warnings.warn("Trigger.add_score(...) has been deprecated and may be "
|
||||
"removed in a future version. Tally trigger scores should "
|
||||
"be defined using the scores property directly.",
|
||||
warnings.warn('Trigger.add_score(...) has been deprecated and may be '
|
||||
'removed in a future version. Tally trigger scores should '
|
||||
'be defined using the scores property directly.',
|
||||
DeprecationWarning)
|
||||
self.scores.append(score)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue