aboutcode-org / aboutcode-org/extractcode

Cannot extract Lz4 file

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
39
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Cannot extract lz4 file... Found in https://github.com/nexB/scancode.io/issues/827#issuecomment-1658240618

```
$ cat foobar
dadsasd

$ lz4 foobar

$ extractcode --all-formats foobar.lz4
Extracting archives...
[####################] 4
WARNING extracting: foobar.lz4: 'dadsasd':
Missing type keyword in mtree specification
Extracting done.

$ ll foobar.lz4-extract/
total 8
drwxrwxr-x 2 pombreda pombreda 4096 Aug 1 15:52 ./
drwxrwxr-x 16 pombreda pombreda 4096 Aug 1 15:52 ../
-rw-rw-r-- 1 pombreda pombreda 0 Jan 1 1970 dadsasd
```
The file is empty!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.