Files
romm/backend
Michael Manganiello 8fd680ab84 fix: Make tar decompression only consider regular files
The `tar` decompression function was failing for some users, with error
message:

```
'NoneType' object does not support the context manager protocol
```

As explained in the official documentation [1], the `extractfile` method
returns `None` if the member is not a regular file or a link. This
change skips any member that is not a regular file.

[1] https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractfile
2024-10-26 01:07:27 -03:00
..
2024-08-29 15:56:01 -04:00
2024-05-24 12:01:47 -04:00
2024-02-02 17:09:45 -05:00
2024-02-10 12:43:39 -05:00
2024-09-03 21:59:30 -04:00
2024-05-21 10:18:13 -04:00
2024-05-21 10:18:13 -04:00