fastdupes icon indicating copy to clipboard operation
fastdupes copied to clipboard

do not raise error when remove duplicates and auto skip not exists duplicates.

Open naihe2010 opened this issue 1 year ago • 3 comments

naihe2010 avatar May 25 '23 03:05 naihe2010

To clarify, aside from porting to Python 3, are all your other changes intended to account for a situation where you're deleting files while fastdupes is still gathering data in the background?

ssokolow avatar May 26 '23 02:05 ssokolow

when use -d option for delete duplicate file interactively, the original fastfdupes will abort if the file be deleted by other program.

So, I changed this.

Now, when occur this, the fastdupes will show [Deleted] prefix at the file line, but not abort.

naihe2010 avatar May 26 '23 04:05 naihe2010

OK. It'll take some setup to test that code and this project is on hiatus, but I'll try to look over it within the next week or two.

ssokolow avatar May 27 '23 19:05 ssokolow