We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fb4f4 commit a45fa6cCopy full SHA for a45fa6c
cpython-windows/generate_metadata.py
@@ -26,7 +26,7 @@
26
).decode("ascii"),
27
"python_paths": {},
28
"python_paths_abstract": sysconfig.get_paths(expand=False),
29
- "python_exe": "install/{os.path.basename(sys.executable)}",
+ "python_exe": f"install/{os.path.basename(sys.executable)}",
30
"python_major_minor_version": sysconfig.get_python_version(),
31
"python_config_vars": {k: str(v) for k, v in sysconfig.get_config_vars().items()},
32
}
0 commit comments