Commit 226361af authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent 8b57ae69
...@@ -423,7 +423,7 @@ class Translation(models.Model): ...@@ -423,7 +423,7 @@ class Translation(models.Model):
Wrapper for commiting translation to git. Wrapper for commiting translation to git.
''' '''
gitrepo = self.subproject.get_repo() gitrepo = self.subproject.get_repo()
if not self.git_needs_commit(gitrepo) if not self.git_needs_commit(gitrepo):
return False return False
if not force_commit and settings.LAZY_COMMITS: if not force_commit and settings.LAZY_COMMITS:
logger.info('Delaying commiting %s as %s', self.filename, author) logger.info('Delaying commiting %s as %s', self.filename, author)
......
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