I am running pigz_python in my script on many files, and the compression hangs on a file when it is 0 bytes, see below: ` (base) stefan$ touch empty_file.txt ` Then in the python console >import pigz_python >pigz_python.compress_file('empty_file.txt')
I am running pigz_python in my script on many files, and the compression hangs on a file when it is 0 bytes, see below:
(base) stefan$ touch empty_file.txtThen in the python console