nspx
nspx copied to clipboard
Extracting possible only on separate provided filenames
The provided example for extracting all the files from .NSP is not working- merely it just creates the output directory and totally doesn't try to write any file, however! when you provide the filename individually it extracts just fine, therefore I had to get a list, then parse into space joined array and pass as [...] arguments
Python 3.9