-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extractcode FileNotFoundError if using replace-originals option #31
Comments
Thanks. This likely is similar to aboutcode-org/scancode-toolkit#2723 |
pombredanne
added a commit
that referenced
this issue
Oct 8, 2021
These archive should not crash extraction when using --replace-originals Reported-by: Smascer @Smascer Reported-by: Bryan Sutula @sutula Reference: #31 Reference: aboutcode-org/scancode-toolkit#2723 Signed-off-by: Philippe Ombredanne <[email protected]>
pombredanne
added a commit
that referenced
this issue
Oct 8, 2021
These archive should not crash extraction when using --replace-originals Reported-by: Smascer @Smascer Reported-by: Bryan Sutula @sutula Reference: #31 Reference: aboutcode-org/scancode-toolkit#2723 Signed-off-by: Philippe Ombredanne <[email protected]>
Merged
pombredanne
added a commit
that referenced
this issue
Oct 8, 2021
This is cleaner than to do tis in the main loop. Also refine and format the documentation. Reported-by: Bryan Sutula @sutula Reference: #31 Reference: aboutcode-org/scancode-toolkit#2723 Signed-off-by: Philippe Ombredanne <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Oct 8, 2021
Signed-off-by: Jono Yang <[email protected]>
pombredanne
pushed a commit
that referenced
this issue
Oct 8, 2021
Check for deps in local thirdparty directory #31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If extractcodes tries to extract and get some errors and afterwards tries to clean, up you will get error with filenotfound exception.
e.g. again gcc magic issue6550.gz archive
here traces without replace-originals
with replace originals
can be fixed in the
extract.py
in methodextract
to skip moving file when event has errors.I mean here for example:
The text was updated successfully, but these errors were encountered: