Commit c3d379d8 authored by Michal Čihař's avatar Michal Čihař

Wrap long line

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c411ec0b
......@@ -957,7 +957,10 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
self.load_template_store()
except ValueError:
raise ValidationError(
_('Format of translation base file could not be recognized.')
_(
'Format of translation base file '
'could not be recognized.'
)
)
except Exception as exc:
raise ValidationError(
......
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