ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

Please optimize the case where the folder contains Thumbs.db

Open BruceLz opened this issue 2 years ago • 0 comments

I wonder if the author can optimize the case where the folder contains Thumbs.db in next version. Because this situation is very disturbing. Just modify this code to frame_paths = [osp.join(frame_save_dir, frame_name) for frame_name in sorted(os.listdir(frame_save_dir)) if frame_name!='Thumbs.db']

BruceLz avatar Jun 26 '23 11:06 BruceLz