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

Fix coding style

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