commit 8b1d8899ef21e100753873dbb8f6b513b03213b2
parent e6b1e52e535cd7112ed21ffee66aabbbf08bc3ed
Author: Ricardo Mones <ricardo@mones.org>
Date: Tue, 29 Oct 2019 16:17:59 +0100
Fix indentation and interpreter
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/gitlog2changelog.py b/tools/gitlog2changelog.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# Copyright 2008 Marcus D. Hanwell <marcus@cryos.org>
# Adapted for Claws Mail - Copyright 2013 Colin Leroy <colin@colino.net>
# Distributed under the terms of the GNU General Public License v2 or later
@@ -67,7 +67,7 @@ for line in fin:
date = dateList[1]
date = date[0:len(date)-1]
dateFound = True
- continue
+ continue
# The svn-id lines are ignored
elif re.match(' git-svn-id:', line) >= 0:
continue