Fix Windows paths getting escaped
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
|
||||
from cibuildwheel.environment import parse_environment
|
||||
|
||||
PYTHON_ECHO = f'"{sys.executable}" -c "import sys; print(*sys.argv[1:])"'
|
||||
PYTHON_ECHO = f"'{sys.executable}' -c \"import sys; print(*sys.argv[1:])\""
|
||||
|
||||
|
||||
def test_basic_parsing():
|
||||
|
||||
Reference in New Issue
Block a user