mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
Automagic: Fixes #1417
This commit is contained in:
@@ -299,6 +299,13 @@ class SqliteCache(CacheManagerInterface):
|
||||
This also updates remote locations based on a cache timeout.
|
||||
|
||||
"""
|
||||
if progress_callback is None:
|
||||
|
||||
def dummy_progress(*args, **kargs) -> None:
|
||||
return None
|
||||
|
||||
progress_callback = dummy_progress
|
||||
|
||||
on_disk_locations = set(
|
||||
[
|
||||
filename
|
||||
|
||||
Reference in New Issue
Block a user