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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: