AkshDesai04 / PyCompare

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

Non ASCII character in filename raise a warning #14

Open poneoneo opened 2 months ago

poneoneo commented 2 months ago

if you have some non ascii character in your filename the script will no be able to handle your file then its will print you a warning and the metadata of this file shall return None

AkshDesai04 commented 2 months ago

Understood. Will take care of it by EOD