mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-23 20:24:30 +00:00
Previously all parseCSV errors were mapped to ErrNotACSVFile, hiding the actual cause. Now ErrFileIsEmpty is propagated correctly instead of being misreported as an invalid CSV file.