[Commits] [SCM] claws branch, master, updated. 3.17.4-52-g8b1d8899e

mones at claws-mail.org mones at claws-mail.org
Tue Oct 29 15:18:10 CET 2019


The branch, master has been updated
       via  8b1d8899ef21e100753873dbb8f6b513b03213b2 (commit)
      from  e6b1e52e535cd7112ed21ffee66aabbbf08bc3ed (commit)

Summary of changes:
 tools/gitlog2changelog.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit 8b1d8899ef21e100753873dbb8f6b513b03213b2
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Oct 29 16:17:59 2019 +0100

    Fix indentation and interpreter

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 <marcus at cryos.org>
 # Adapted for Claws Mail - Copyright 2013 Colin Leroy <colin at 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

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list