-
Notifications
You must be signed in to change notification settings - Fork 78
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
Decompression error when folder already exists at the place of output file #136
Comments
Should we ask to overwrite if there is a directory as well or simply improve the error message? |
I think we should ask like we do for other regular files. |
Try it with an archive format, seems like overwrite questions are not being asked for single-file compression formats (like .gz .xz .bz .zst)? If so, that should be another new issue. |
I think the issue in essentially the same and I'm in the process of fixing it all so is it okay if I do them in the same pr? |
Sure! |
Still an issue, probably at: Lines 23 to 30 in 7a4dcb2
How to reproduce: |
Hm I guess I missed that case but it seems like an easy fix |
Ouch doens't really know that there is a folder there, it just gives this error message.
When it's not a folder, but a simple text file, it does ask if should overwrite.
The text was updated successfully, but these errors were encountered: