We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa16b2 commit 2acac8dCopy full SHA for 2acac8d
src/windows/about.py
@@ -77,7 +77,7 @@ def parse_new_changelog(changelog_path):
77
matches = re.findall(
78
r"^-\s?([0-9a-f]{40})\s(\d{4,4}-\d{2,2}-\d{2,2})\s(.*)\s\[(.*)\]\s*$",
79
changelog_file.read(), re.MULTILINE)
80
- log.debug("Parsed {} changelog lines from {}".format(len(matches), changelog_file))
+ log.debug("Parsed {} changelog lines from {}".format(len(matches), changelog_path))
81
changelog_list = [{
82
"hash": entry[0],
83
"date": entry[1],
0 commit comments