Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include all contents of wpt folder in sdist #2173

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Include all contents of wpt folder in sdist #2173

merged 1 commit into from
Nov 15, 2021

Conversation

jerivas
Copy link
Contributor

@jerivas jerivas commented Nov 15, 2021

It looks like the file wptScript.js is not included in the version of bikeshed available in PyPI, which results in the following error:

File "/home/jerivas/.virtualenvs/bike2/lib/python3.9/site-packages/bikeshed/wpt/wptElement.py", line 447, in getWptScript
    with open(config.scriptPath("wpt", "wptScript.js"), "r", encoding="utf-8") as fh:
FileNotFoundError: [Errno 2] No such file or directory: '/home/jerivas/.virtualenvs/bike2/lib/python3.9/site-packages/bikeshed/wpt/wptScript.js'

Steps to reproduce

I found this problem when trying to process a CSS working group spec:

pip install bikeshed==3.3.1
curl https://raw.githubusercontent.com/w3c/csswg-drafts/main/cssom-1/Overview.bs
bikeshed

@tabatkins
Copy link
Collaborator

Ahhhh, indeed, sorry about that. thanks!

@tabatkins tabatkins merged commit bbc3648 into speced:main Nov 15, 2021
@tabatkins
Copy link
Collaborator

I'll cut a new version this afternoon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants