mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
Pdbconv: Fix issue when remote file does not exist
This commit is contained in:
@@ -903,6 +903,8 @@ class PdbRetreiver:
|
||||
break
|
||||
if progress_callback is not None:
|
||||
progress_callback(100, "Downloading {}".format(url + suffix))
|
||||
if result is None:
|
||||
return None
|
||||
return result.name
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user