Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.10/dist-packages/patoolib/init.py", line 794, in create_archive
util.check_archive_filelist(filenames)
File "/usr/local/lib/python3.10/dist-packages/patoolib/util.py", line 426, in check_archive_filelist
check_existing_filename(filename, onlyfiles=False)
File "/usr/local/lib/python3.10/dist-packages/patoolib/util.py", line 402, in check_existing_filename
raise PatoolError("file %s' was not found" % filename) patoolib.util.PatoolError: filet' was not found
am i doing something wrong here is there any pre-requisite on how to supply directory path for creating an archive ?
import patoolib
Traceback (most recent call last): File "", line 1, in
File "/usr/local/lib/python3.10/dist-packages/patoolib/init.py", line 794, in create_archive
util.check_archive_filelist(filenames)
File "/usr/local/lib/python3.10/dist-packages/patoolib/util.py", line 426, in check_archive_filelist
check_existing_filename(filename, onlyfiles=False)
File "/usr/local/lib/python3.10/dist-packages/patoolib/util.py", line 402, in check_existing_filename
raise PatoolError("file
%s' was not found" % filename) patoolib.util.PatoolError: file
t' was not foundam i doing something wrong here is there any pre-requisite on how to supply directory path for creating an archive ?