We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is due to the use of traversing:
https://github.com/plone/plone.resource/blob/master/plone/resource/directory.py#L58 https://github.com/plone/plone.resource/blob/master/plone/resource/directory.py#L61 ...
Name cannot start with _ (https://github.com/zopefoundation/Zope/blob/master/src/OFS/Traversable.py#L206-L208).
_
This cause issue in plone.app.theming when trying to copy a theme with a file starting with a _ for example.
plone.app.theming
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is due to the use of traversing:
https://github.com/plone/plone.resource/blob/master/plone/resource/directory.py#L58
https://github.com/plone/plone.resource/blob/master/plone/resource/directory.py#L61
...
Name cannot start with
_
(https://github.com/zopefoundation/Zope/blob/master/src/OFS/Traversable.py#L206-L208).This cause issue in
plone.app.theming
when trying to copy a theme with a file starting with a_
for example.The text was updated successfully, but these errors were encountered: