mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 04:09:40 +02:00
Make the automagic progress a little easier to understand.
This commit is contained in:
@@ -63,7 +63,7 @@ class LinuxSymbolCache(interfaces.automagic.AutomagicInterface):
|
||||
if total > 0:
|
||||
vollog.info("Building linux caches...")
|
||||
for current in range(total):
|
||||
progress_callback(current / total)
|
||||
progress_callback(current * 100 / total, "Building linux caches")
|
||||
isf_url = cacheables[current]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user