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
I've tried using new scaffolds today and it turns out that wheel files contain old files in scaffold modules.
If you download the wheels and check the contents of /pyramid/scaffolds/alchemy/+package+/
you will find that there are files there like views.py_tmpl and models.py_tmpl they are not supposed to be there as this is 1.6 version content - essentially this means that all scaffolds generated are in broken state.
The tar.gz sdist files seem to be unaffected by this bug.
The text was updated successfully, but these errors were encountered:
It looks like the build folder on my machine isn't getting properly cleaned up between builds for some reason? I removed the build folder and now things look correct. Uploading 1.7b1 soon.
Hi,
I've tried using new scaffolds today and it turns out that wheel files contain old files in scaffold modules.
If you download the wheels and check the contents of
/pyramid/scaffolds/alchemy/+package+/
you will find that there are files there like
views.py_tmpl
andmodels.py_tmpl
they are not supposed to be there as this is 1.6 version content - essentially this means that all scaffolds generated are in broken state.The tar.gz sdist files seem to be unaffected by this bug.
The text was updated successfully, but these errors were encountered: