Commit 0b75354e authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent 782e41ef
......@@ -1565,8 +1565,8 @@ class Translation(models.Model):
code = self.language.code
# Are we asked for specific cache key?
if cache_type is None
keys = ['allchecks'] + list(CHECKS):
if cache_type is None:
keys = ['allchecks'] + list(CHECKS)
else:
keys = [cache_type]
......
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