snakemake / snakemake

This is the development home of the workflow management system Snakemake. For general information, see
https://snakemake.github.io
MIT License
2.25k stars 545 forks source link

fix: parse f-string as-is from source #2930

Closed Hocnonsense closed 2 months ago

Hocnonsense commented 3 months ago

This is another (and hopefully the last) fix for f-string change in python3.12.

Now everthing inner f-string are ignored, and only care about where f-string start and end, and read it from snakefile as-is.

will fix #2881 and fix #2657 related PR: #2864, #2649

QC