mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 12:19:42 +02:00
Layers: Fix new snappy implementation error
This commit is contained in:
@@ -39,7 +39,7 @@ try:
|
||||
__snappy_uncompressed_length = lib_snappy.snappy_uncompressed_length
|
||||
|
||||
HAS_SNAPPY = True
|
||||
except OSError:
|
||||
except (AttributeError, OSError):
|
||||
HAS_SNAPPY = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user