ljvillanueva / pumilio

Pumilio: A Web-Based Management System for Ecological Recordings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import fails when the filesize is 0

villanueval opened this issue · comments

If trying to add files to the application, and one of them is 0 bytes, the script didn't know what to do, halting the process. The only way to get out was to delete the file from the process list.

Commits d9758a5 to 5026276 added a fix where the file is marked as an error and continues to the next one.