-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bug with ignore in PyPI released version #20
Comments
Interesting, I was getting this error yesterday when trying to use the ERROR: Error executing driver CopyFolderDriver for collection foo_bar. 'ignore' I wonder if it is related. My Did you get a similar logger warning when trying to run the |
Also, With the |
Have you been able to get |
No, I did not. |
No I think it always requires |
'ignore' does not work for
copy
andcopy_folder
drivers.ignore=ignore_patterns()
is a kwarg forcopytree()
but is provided as a non-keyworded argument incopy
andcopy_folder
drivers. Just adding the keywordignore=
will fix the issue. I see thatcopy
driver is removed and this issue is also fixed in the github repo but not on PyPI released version. Is it possible to release the latest version onmaster
branch to PyPI?The text was updated successfully, but these errors were encountered: