timiion

Results 2 issues of timiion

OS: Ubuntu 22.04 Version: 2.2.0 ```python import patoolib patoolib.extract_archive(archive_path, outdir=output_path, verbosity=-1) ``` verbosity was set to -1, -1 or lower means no output. But some info log printed, such as...

OS: Windows 11 Version: 2.2.0 ```python import patoolib file_list = patoolib.list_archive(archive_path, verbosity=1) ``` list_archive can print the archive list, but return value is None. Could it support return the file...