Skip to content

Commit

Permalink
line length of 79 is annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
brainelectronics committed Oct 4, 2024
1 parent 5966442 commit 06f6040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changelog2version/extract_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,5 @@ def parse_meta_comment(self) -> None:

if match and len(match.groups()) == 3:
self._meta_data = json.loads(match.groups()[1].replace("'", "\""))
self._logger.debug("Latest Meta Data: '{}'".format(self._meta_data))
self._logger.debug("Meta Data: '{}'".format(self._meta_data))
break

0 comments on commit 06f6040

Please sign in to comment.