mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
Properly use expeption type
This commit is contained in:
@@ -174,7 +174,7 @@ class LinuxUtilities(object):
|
||||
try:
|
||||
rdentry.validate()
|
||||
dentry.validate()
|
||||
except InvalidDataException:
|
||||
except exceptions.InvalidDataException:
|
||||
return ""
|
||||
|
||||
ret_path = [] # type: typing.List[str]
|
||||
|
||||
Reference in New Issue
Block a user