Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | backend: Handle corrupt zip files | Wolfgang Müller | 12 days | -1/+17 |
| | | | | | | | | | Corrupt zip files would already make hircine throw an error, but depending on the exact problem it would not report which file (or even which entry in a zip file) is affected. Use ZipFile.testzip() to catch common problems and make sure to re-raise any exception within as a BadZipFile exception. This makes sure to also report decompression problems that are raised as a zlib.error exception, for example. | |||
* | backend/lint: Implement flake8-simplify suggestions | Wolfgang Müller | 2024-11-14 | -12/+11 |
| | ||||
* | backend/lint: Fix import formatting | Wolfgang Müller | 2024-11-14 | -1/+2 |
| | ||||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+311 |