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
I'm debugging -o failing, is a problem with oof's argparsing.
When using --output argparsing works, just like -o will when we fix it, so we need to debug that too.
Probably occurs inside of Evaluator::compress_files, when calling other functions.
Relevant branch
ouch file.tar.gz -o new-folder
new-folder
if it doesn't exist and decompress the files in thereouch
ignores the flag and saves topwd
ouch file.tar.gz --output new-folder
[ERROR] cannot compress to 'new-src', likely because it has an unsupported (or missing) extension.
The text was updated successfully, but these errors were encountered: