Commit 1ecb254c authored by Michal Čihař's avatar Michal Čihař

Correclty nest code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4d2b85c1
......@@ -980,7 +980,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
subproject=self,
user=request.user if request else None,
action=action_failed,
target=str(error),
target=error,
)
# Notify subscribers and admins
......
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