Files
gentoo/dev-util/nvidia-cuda-toolkit/files/parse_manifest.py
Paul Zander d0abc208b0 dev-util/nvidia-cuda-toolkit: use different string separator inside f-strings
Python before 3.12 doesn't handle re-using the same string side separators used
for f-strings inside {}. So we use " for the f-string and '' for the id to look
up.

See-also: https://peps.python.org/pep-0701/
Closes: https://bugs.gentoo.org/953347
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-22 01:37:43 +01:00

8.3 KiB