Skip to content

Commit d634d4a

Browse files
committed
Deleted space
1 parent 704cb89 commit d634d4a

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
@@ -20,7 +20,7 @@ def update_changelog_url():
2020
logging.debug('Creating [project.urls] section...')
2121
pyproject['project']['urls'] = {}
2222

23-
logging.debug(f"{ 'Updating' if 'Changelog' in pyproject['project']['urls'] else 'Adding new ' } Changelog URL...")
23+
logging.debug(f"{ 'Updating' if 'Changelog' in pyproject['project']['urls'] else 'Adding new' } Changelog URL...")
2424
pyproject['project']['urls']['Changelog'] = changelog_url
2525
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
2626

translate-messages/utils/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def update_changelog_url():
2020
logging.debug('Creating [project.urls] section...')
2121
pyproject['project']['urls'] = {}
2222

23-
logging.debug(f"{ 'Updating' if 'Changelog' in pyproject['project']['urls'] else 'Adding new ' } Changelog URL...")
23+
logging.debug(f"{ 'Updating' if 'Changelog' in pyproject['project']['urls'] else 'Adding new' } Changelog URL...")
2424
pyproject['project']['urls']['Changelog'] = changelog_url
2525
with open(pyproject_path, 'wb') as file : tomli_w.dump(pyproject, file)
2626

0 commit comments

Comments
 (0)