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

fix: f-string in a more robust style? #2649

Merged
merged 4 commits into from Jan 29, 2024

Conversation

Hocnonsense
Copy link
Contributor

Description

fix: #2648

now, the f-string will never be parsed by self.state(token)

QC

  • The PR contains a test case for the changes or the changes are already covered by an existing test case.
  • The documentation (docs/) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).

Copy link

sonarcloud bot commented Jan 29, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@johanneskoester johanneskoester merged commit 2a50dc0 into snakemake:main Jan 29, 2024
34 checks passed
@Hocnonsense Hocnonsense deleted the test_fstring branch January 29, 2024 08:13
@sdruskat
Copy link

Beautiful, thanks @Hocnonsense for the quick fix and @johanneskoester for the quick merge.
Is there an ETA for a v8.3.3 including this fix in bioconda?

johanneskoester pushed a commit that referenced this pull request Jan 29, 2024
🤖 I have created a release *beep* *boop*
---


##
[8.4.0](v8.3.2...v8.4.0)
(2024-01-29)


### Features

* add cols argument to lookup function; fix various minor bugs on
cluster systems
([#2651](#2651))
([ca7a602](ca7a602))


### Bug Fixes

* batch bug [#2643](#2643)
([#2650](#2650))
([2ecb21b](2ecb21b))
* f-string in a more robust style?
([#2649](#2649))
([2a50dc0](2a50dc0))
* set ignore_incomplete to False in create_conda_envs
([#2653](#2653))
([4834a42](4834a42))
* Setting the value of ignore_incomplete Fixes
[#2556](#2556)
([#2654](#2654))
([05dac64](05dac64))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 f-strings still introduce unwanted whitespace in Snakemake 8
3 participants