Commit 4c7b11b2 authored by Michal Čihař's avatar Michal Čihař

Fix coding style

parent 2ea3d969
...@@ -1738,9 +1738,9 @@ class Translation(models.Model): ...@@ -1738,9 +1738,9 @@ class Translation(models.Model):
# Do actual commit # Do actual commit
gitrepo.git.commit( gitrepo.git.commit(
self.filename, self.filename,
author = author.encode('utf-8'), author=author.encode('utf-8'),
date = timestamp.isoformat(), date=timestamp.isoformat(),
m = msg m=msg
) )
# Optionally store updated hash # Optionally store updated hash
......
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