File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments