You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's going wrong is that node.word is not the same as node.word is not the same as context.input[part.pos[0]:part.pos[1]] (the latter includes the quotes, the first one doesn't), so cibuildwheel loses the quotes, ends up with python -c import antigravity, which gets split by shlex.split into 4 parts, rather than 3.
Somehow, my line of
export CIBW_ENVIRONMENT='... CCACHE_BASEDIR=
python -c "import tempfile; import os; print(os.path.realpath(tempfile.gettempdir()))"...'
(see https://github.com/YannickJadoul/Parselmouth/blob/1f3dd9abc63afdf4a1d26db40d210bb4187118a8/.travis.yml#L143; yes, I know I ought to clean this up) breaks:See https://travis-ci.org/github/YannickJadoul/Parselmouth/jobs/709679114#L392
I'll start investigating, but is this perhaps related to #403, @joerick?
The text was updated successfully, but these errors were encountered: