Index: tools/create_tarball.py |
diff --git a/tools/create_tarball.py b/tools/create_tarball.py |
index 66479ddd8d13c5dc98cd4a4ee192aa671b8d2ad6..73d8bb855ec8593464e9e452144a4e4ea831ced8 100755 |
--- a/tools/create_tarball.py |
+++ b/tools/create_tarball.py |
@@ -104,7 +104,7 @@ def GenerateChangeLog(filename, version): |
def GenerateSvnRevision(filename, svn_revision): |
with open(filename, 'w') as f: |
- f.write(svn_revision) |
+ f.write(str(svn_revision)) |
def CreateTarball(tarfilename): |