Status Update
Comments
je...@google.com <je...@google.com>
ch...@google.com <ch...@google.com>
an...@google.com <an...@google.com> #2
Ok so you're hitting the limit for datastore writes in a batch, which is 500.
I can fix this but I will probably not be for a release or 2. In the meantime you should try and keep your batch size to < 500.
I can fix this but I will probably not be for a release or 2. In the meantime you should try and keep your batch size to < 500.
Description
On Windows, it appears this path search has a bug where a final forward slash stays appended to the end of the parent directory's path. This gets concatenated with '/AndroidManifest.xml', which results in a path like C:/A//AndroidManifest.xml, which $(wildcard ...) does not glob correctly.
patching