From 8b1d8899ef21e100753873dbb8f6b513b03213b2 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Tue, 29 Oct 2019 16:17:59 +0100 Subject: [PATCH] Fix indentation and interpreter --- tools/gitlog2changelog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gitlog2changelog.py b/tools/gitlog2changelog.py index 216145bd1..cebbd0c5c 100755 --- a/tools/gitlog2changelog.py +++ b/tools/gitlog2changelog.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright 2008 Marcus D. Hanwell # Adapted for Claws Mail - Copyright 2013 Colin Leroy # 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 -- 2.25.1