Closed timiion closed 9 months ago
On ubuntu, patoolib.list_archive works well. The console output will display the archive files, but the return value is None too. How could I get the archive list to value file_list.
A new version 2.2.0 of patool has been released on 14.02.2024. Therefore this bug will be closed. If you think this issue is not solved, please open a new issue.
OS: Windows 11 Version: 2.1.1
Nothing output when use patool list command, see as below:
Actually, the archive file has no problem, see as below:
list_archive > _handle_archive > run_archive_cmdlist > util.run_checked In the util.py, I saw the return is res.returncode. list_archive will return a code ?
The file_list value is None forever, though I changed verbosity to other number.