This commit is contained in:
Nicolas Mowen 2025-11-08 05:36:47 -07:00
parent c9016feae3
commit 71ac483dff

View File

@ -550,4 +550,4 @@ def write_classification_attempt(
if len(files) > max_files: if len(files) > max_files:
os.unlink(os.path.join(folder, files[-1])) os.unlink(os.path.join(folder, files[-1]))
except FileNotFoundError: except FileNotFoundError:
pass pass