Skip to content

replace f-string in get-poetry by .format() for python2 compatibility#4138

Merged
sdispater merged 1 commit into
python-poetry:masterfrom
finswimmer:issue/4131-get-poetry-f-string
Jun 4, 2021
Merged

replace f-string in get-poetry by .format() for python2 compatibility#4138
sdispater merged 1 commit into
python-poetry:masterfrom
finswimmer:issue/4131-get-poetry-f-string

Conversation

@finswimmer
Copy link
Copy Markdown
Member

Pull Request Check List

c28728f introduces f-strings in get-poetry.py. Because this script is intended to run in python2 as well, f-strings must be replaced by .format()

Resolves: #4131

@finswimmer finswimmer force-pushed the issue/4131-get-poetry-f-string branch from 0a01882 to 5d0faf9 Compare June 4, 2021 09:10
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 4, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@finswimmer finswimmer requested a review from a team June 4, 2021 09:28
@sdispater sdispater merged commit 6bd4f1a into python-poetry:master Jun 4, 2021
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

get-python has become incompatible with Python2

2 participants