ssokolow / fastdupes

High-efficiency script for finding sets of duplicate files
http://fastdupes.readthedocs.org/en/latest/
GNU General Public License v2.0
60 stars 16 forks source link

unicode filename error #27

Open jsstorm opened 8 years ago

jsstorm commented 8 years ago

When the paths to find contains file with unicode filename, fastdupe will throw an error at line: 306, in sizeClassifier filestat = _stat(path) WindowsError: [Error 123]

I am using python 2.7 in windows to run fastdupes.