pyaff4 icon indicating copy to clipboard operation
pyaff4 copied to clipboard

samples/extract_streams.py not compatible with lib

Open rgayon opened this issue 4 years ago • 0 comments

$ python samples/extract_streams.py  ../t.aff4 
Traceback (most recent call last):
  File "/home/r/pyaff4/samples/extract_streams.py", line 18, in <module>
    with zip.ZipFile.NewZipFile(resolver, volume_path_urn) as volume:
TypeError: NewZipFile() missing 1 required positional argument: 'backing_store_urn'

Indeed, NewZipFile required 3 arguments

rgayon avatar Aug 03 '21 13:08 rgayon