Skip to content

archive: improve unpacked files detection

Jakub Ružička requested to merge archive into master

Replace dumb assumption that out_path is empty when unpacking with actual comparison of files before and after unpack.

This is still prone to interference when another process adds files to out_dir during unpack but I found no better way with python's default archiving library and others are an unmaintained mess :(

Merge request reports