This commit is contained in:
Antonio J. Delgado 2022-05-17 11:15:59 +03:00
parent e38ade91d6
commit c6a1e69088

View file

@ -76,7 +76,7 @@ class image_classifier:
if not entry.name.startswith('.') and entry.is_file():
self.process_file(entry.path)
def recursive_scandir(path, ignore_hidden_files=True):
def recursive_scandir(self, path, ignore_hidden_files=True):
files = []
try:
for file in os.scandir(path):