Skip to content
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

unpack deletes file if it is a compressed single file with no extension #175

Open
oxinabox opened this issue Sep 5, 2024 · 0 comments
Open
Labels

Comments

@oxinabox
Copy link
Owner

oxinabox commented Sep 5, 2024

If I have a file called foo which is a gzipped plaintext file (for example), with no extension.
And I unpack it, it will yield another file called foo, overwriting the compressed one.
Which will then be deleted.

Work around is to use
post_fetch_method=x->unpack(x; keep_originals=true)

@oxinabox oxinabox added the bug label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant