AkshDesai04 / PyCompare

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

Error in drilldown.py #17

Open AkshDesai04 opened 1 month ago

AkshDesai04 commented 1 month ago

Error read: Traceback (most recent call last): File ".\main.py", line 1, in import drilldown File "C:\Users\akshd\PycharmProjects\PyCompare\drilldown.py", line 3, in def drilldown(targeted_directory:str, extensions:list[str] = ['.bmp', '.dib', '.jpeg', '.jpg', '.jp2', '.png', '.pbm', '.pgm', '.ppm', '.sr', '.ras', '.tiff', '.tif', '.exr', '.jxr', '.pfm', '.pds', '.pfm', '.viff', '.xbm', '.xpm', '.dds', '.eis', '.mng', '.web', '.hei', '.hei', '.av']): TypeError: 'type' object is not subscriptable

@poneoneo

AkshDesai04 commented 1 month ago

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