Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python - Use Python fstrings everywhere #166

Merged
merged 1 commit into from
Oct 11, 2022
Merged

Python - Use Python fstrings everywhere #166

merged 1 commit into from
Oct 11, 2022

Conversation

Gustry
Copy link
Collaborator

@Gustry Gustry commented Oct 11, 2022

Python - Use Python fstrings everywhere

Not useful but anyway :)

Copy link
Member

@3nids 3nids left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, overall much better readability of the code

os.environ.get("TRAVIS_REPO_SLUG", ".../{}".format(self.plugin_slug)).split(
"/"
)[1],
os.environ.get("TRAVIS_REPO_SLUG", f".../{self.plugin_slug}").split("/")[1],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Travis still around....?

qgispluginci/release.py Outdated Show resolved Hide resolved
qgispluginci/translation.py Outdated Show resolved Hide resolved
@3nids 3nids merged commit b8160cd into master Oct 11, 2022
@3nids 3nids deleted the fstrings branch October 11, 2022 17:47
@Guts Guts added the enhancement New feature or request label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants