summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-12 14:38:34 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-12 14:38:34 +0200
commitf827fd50638a23cfb48fa7f39d690795de89c1d6 (patch)
tree2c79984e57446a370c82a3da439560477bb8adae
parenta25da6381934edc4582b8ba87b44c50196dd91ff (diff)
downloadklausuren-f827fd50638a23cfb48fa7f39d690795de89c1d6.tar.gz
klausuren-f827fd50638a23cfb48fa7f39d690795de89c1d6.tar.bz2
klausuren-f827fd50638a23cfb48fa7f39d690795de89c1d6.zip
added missing newline
-rw-r--r--fit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fit.py b/fit.py
index 97d3593..511a0e3 100644
--- a/fit.py
+++ b/fit.py
@@ -99,7 +99,7 @@ class Fit:
)
with open('static/fit.git/info/refs', 'w') as f:
- f.write('%s\trefs/heads/master' % b2a_hex(blob_oid).decode('ascii'))
+ f.write('%s\trefs/heads/master\n' % b2a_hex(blob_oid).decode('ascii'))
return b2a_hex(blob_oid).decode('ascii')