Skip to content

Issues with processing files #2

Description

@AidanTilgner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions