Removed double quotes from Trigger.add_score

This commit is contained in:
Will Boyd 2015-08-04 21:40:57 -07:00
parent df371b6857
commit 3b46d31741

View file

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