fix_checked_file #42
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "fix_checked_file"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
📝 Descripción
Este PR corrige la validación del archivo
.info.checked
en el endpointcreate_torrent_sum
para evitar errores cuando el archivo no existe.🔧 Cambios realizados
.info.checked
antes de proceder🐛 Problema resuelto
Anteriormente, el endpoint
create_torrent_sum
no validaba si el archivo.info.checked
existía antes de intentar crear los archivos auxiliares, lo que podía causar errores inesperados.🧪 Pruebas
.info.checked
📋 Checklist
🔗 Issues relacionados
Closes #[número del issue si existe]