Skip to content

Commit b72a168

Browse files
committed
Improved comment
1 parent 190404d commit b72a168

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

remove-json-keys/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def update_changelog_url():
2323
log.info(f"{ 'Updating' if 'Changelog' in project.urls else 'Adding new' } Changelog URL...")
2424
project.urls['Changelog'] = changelog_url
2525

26-
pyproject['project'] = vars(project) # convert sns back to dict for dumping
26+
pyproject['project'] = vars(project) # update og dict for dumping
2727
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
2828

2929
log.success(f"Bumped changelog URL ver tag to [{ver_tag}]!")

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def update_changelog_url():
2323
log.info(f"{ 'Updating' if 'Changelog' in project.urls else 'Adding new' } Changelog URL...")
2424
project.urls['Changelog'] = changelog_url
2525

26-
pyproject['project'] = vars(project) # convert sns back to dict for dumping
26+
pyproject['project'] = vars(project) # update og dict for dumping
2727
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
2828

2929
log.success(f"Bumped changelog URL ver tag to [{ver_tag}]!")

0 commit comments

Comments
 (0)