You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the output directory exists (unblob is called twice), it will exit without any output, except: there is a quick flash.
The exit code will be 1.
To Reproduce
Steps to reproduce the behavior:
Run unblob some.zip twice
The second run will be very quick, and the output will be empty
Expected behavior
The second output should say, that something is wrong.
When run in verbose mode (unblob some.zip -v), the last line is approximately
Describe the bug
When the output directory exists (
unblob
is called twice), it will exit without any output, except: there is a quick flash.The exit code will be 1.
To Reproduce
Steps to reproduce the behavior:
unblob some.zip
twiceExpected behavior
The second output should say, that something is wrong.
When run in verbose mode (
unblob some.zip -v
), the last line is approximatelyThe text was updated successfully, but these errors were encountered: