Browse Source

Remove repeated header between versions in changelog

CURA-2056
fieldOfView 8 years ago
parent
commit
b619b68675
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/ChangeLogPlugin/ChangeLog.py

+ 1 - 0
plugins/ChangeLogPlugin/ChangeLog.py

@@ -68,6 +68,7 @@ class ChangeLog(Extension, QObject,):
                     line = line.replace("[","")
                     line = line.replace("]","")
                     open_version = Version(line)
+                    open_header = ""
                     self._change_logs[open_version] = collections.OrderedDict()
                 elif line.startswith("*"):
                     open_header = line.replace("*","")