We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bda6c27 (main branch)
When compressing a Zip archive fails, the error message is terrible.
$ ouch compress /tmp archive.zip Do you want to overwrite 'asd.zip'? [Y/n] [ERROR] No such device or address (os error 6)
Should give the reason why IO failed, like compressing to Tar does:
Tar
$ ouch compress /tmp archive.tar [ERROR] failed to open file `tmp/scoped_dirbOXtNO/SingletonSocket`
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
bda6c27 (main branch)
Description
When compressing a Zip archive fails, the error message is terrible.
Current Behavior
Expected Behavior
Should give the reason why IO failed, like compressing to
Tar
does:Additional Information
No response
The text was updated successfully, but these errors were encountered: