AkshDesai04 / PyCompare

This Python project aims to efficiently compare large datasets of images to identify duplicates
MIT License
1 stars 3 forks source link

Error in main.py #18

Open AkshDesai04 opened 4 months ago

AkshDesai04 commented 4 months ago

Error read

Traceback (most recent call last): File ".\main.py", line 8, in pprint(f"images: {[str(path_object) for path_object in images]}") # more readable than the simple print TypeError: 'NoneType' object is not iterable

@poneoneo

AkshDesai04 commented 4 months ago

Please pull before trying to recreate. This was after a few merges' and other commits.

AkshDesai04 commented 4 months ago

The AkshDesai04/PyCompare/pipelining branch is on hold until this issue is resolved.