Skip to content
Snippets Groups Projects
Commit fb8dc579 authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] gamification: translate string

parent b2415473
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ class gamification_goal(osv.Model):
if result != goal.current:
goals_to_write[goal.id]['current'] = result
else:
_logger.exception(_('Invalid return content from the evaluation of code for definition %s' % definition.name))
_logger.exception(_('Invalid return content from the evaluation of code for definition %s') % definition.name)
else: # count or sum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment