Commit 742bb43f authored by Michal Čihař's avatar Michal Čihař

Remove unused variable

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6ebe3e34
......@@ -1195,7 +1195,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
raise ValidationError(_('Template file not found!'))
try:
dummy = self.template_store
self.template_store
except ParseError as exc:
raise ValidationError(
_('Failed to parse translation base file: %s') % str(exc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment