Closed tovogt closed 4 years ago
This commit adds automatic unpacking of .gz and .bz2 files in the utility function get_remote_file. Before, those file extensions have been recognized and stripped but no automatic unpacking has been done.
.gz
.bz2
get_remote_file
Thanks!
This commit adds automatic unpacking of
.gz
and.bz2
files in the utility functionget_remote_file
. Before, those file extensions have been recognized and stripped but no automatic unpacking has been done.