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
It would appear that broken soft symbolic link and socket files makes DuplicateFiles.py abort.
python DuplicateFiles.py -root /home/egbert/Documents/
Traceback (most recent call last):
File "DuplicateFiles.py", line 50, in <module>
DUPS = find_duplicates( ARGS.root )
File "DuplicateFiles.py", line 21, in find_duplicates
with open( filepath ) as openfile:
IOError: [Errno 6] No such device or address: '/home/egbert/Documents/home/internet/laptops/macosx-home-egbert-hiddenfiles/.ondmd50555'
Notice the socket file type.
$~/work/python/duplicate-files$ ls -lat /home/egbert/Documents/home/internet/laptops/macosx-home-egbert-hiddenfiles/.ondmd50555
sr-x------ 1 egbert egbert 0 Jan 16 2016 /home/egbert/Documents/home/internet/laptops/macosx-home-egbert-hiddenfiles/.ondmd50555
$~/work/python/duplicate-files$
The text was updated successfully, but these errors were encountered:
It would appear that broken soft symbolic link and socket files makes DuplicateFiles.py abort.
Notice the socket file type.
The text was updated successfully, but these errors were encountered: