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

Remove extra comma

parent b841457a
......@@ -54,7 +54,7 @@ class ConsistencyCheck(TargetCheck):
# Do not check consistency if user asked not to have it
if not unit.translation.subproject.allow_translation_propagation:
return False
project = unit.translation.subproject.project,
project = unit.translation.subproject.project
related = Unit.objects.filter(
translation__language=language,
translation__subproject__project=project,
......
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