1
0
şunun yansıması https://github.com/arsenetar/dupeguru.git eşitlendi 2025-07-06 23:43:20 +00:00

[#97 state:fixed] Fixed a crash on load.

Bu işleme şunda yer alıyor:
Virgil Dupras 2010-07-14 10:50:15 +02:00
ebeveyn 56a39df635
işleme a03e2a69d4

Dosyayı Görüntüle

@ -88,7 +88,7 @@ class DupeGuru(RegistrableApplication, Broadcaster):
try:
for file in j.iter_with_progress(files, 'Reading metadata %d/%d'):
file._read_all_info(attrnames=self.data.METADATA_TO_READ)
except OSError:
except (OSError, IOError):
# If this error is raised, it means that a file was deleted while we were reading
# metadata. Proper handling of this rare occurrence is complex because there's no easy
# way to remove an arbitrary file from the Results. Thus, we simply clear them.