]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/git-update-changelog.py
Fix #567.
[lilypond.git] / buildscripts / git-update-changelog.py
index 82c5d6316d04ed4d80651f2b1f0ac32e3730ea66..09f0d16b7afebad8214b9463cef4076fdc5f1301 100644 (file)
@@ -54,10 +54,9 @@ class Commit:
 
         if removals == []:
             return True
-
         if not os.path.exists (filename):
             return False
-   
+
         contents = open (filename).read ()
         for r in removals:
             if r not in contents: