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
The files to process check needs to happen before the private check:
for file in self.walker.walk_files(): if len(new_files) >= self.file_limit: return if not self.file_is_type_to_process(file): continue if self.file_is_private(file): continue new_files.append(file)
There should also be updated support for privacy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The files to process check needs to happen before the private check:
There should also be updated support for privacy.
The text was updated successfully, but these errors were encountered: