ljvillanueva / pumilio

Pumilio: A Web-Based Management System for Ecological Recordings
12 stars 2 forks source link

Import fails when the filesize is 0 #35

Closed villanueval closed 10 years ago

villanueval commented 10 years ago

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.