You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: