Skip to content

fix: single line f-string format error in py3.12#2588

Merged
johanneskoester merged 2 commits intosnakemake:mainfrom
Hocnonsense:test_fstring
Jan 8, 2024
Merged

fix: single line f-string format error in py3.12#2588
johanneskoester merged 2 commits intosnakemake:mainfrom
Hocnonsense:test_fstring

Conversation

@Hocnonsense
Copy link
Copy Markdown
Contributor

Description

fix #2586 for some cases do not considered in #2485

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).

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Jan 6, 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 87c06c0 into snakemake:main Jan 8, 2024
@Hocnonsense Hocnonsense deleted the test_fstring branch January 8, 2024 10:05
johanneskoester pushed a commit that referenced this pull request Jan 8, 2024
🤖 I have created a release *beep* *boop*
---


##
[8.1.0](v8.0.1...v8.1.0)
(2024-01-08)


### Features

* add --sdm short opt for --deployment
([#2551](#2551))
([fd8b4b0](fd8b4b0))


### Bug Fixes

* add mamba to docker image
([eb0c884](eb0c884))
* correctly report lineno
([#2584](#2584))
([967a0d7](967a0d7))
* move apptainer into separate env in docker image
([94e9e2c](94e9e2c))
* single line f-string format error in py3.12
([#2588](#2588))
([87c06c0](87c06c0))


### Documentation

* add note on google executor backends
([ff8683c](ff8683c))
* diff 7 and 8
([#2561](#2561))
([ba22e07](ba22e07))

---
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>
@Hocnonsense Hocnonsense self-assigned this Mar 22, 2026
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.

f-strings no longer accepted in shell commands

2 participants