sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.91k stars 132 forks source link

handle part_of_directory in py.py #449

Closed nealmcb closed 3 years ago

nealmcb commented 3 years ago

Beginning of a fix to #448

This will at least allow the python script to run to completion with the -n option.

But since I'm not really sure how to handle part_of_directory, please don't use this for real! It is untested.

sahib commented 3 years ago

Thanks I changed it in 84b50169 so that it's safer to add new types and still not to crash in that case.