mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-24 15:12:23 +02:00
Ensure we're catching the appropriate expcetions rather than all of them.
This commit is contained in:
@@ -121,7 +121,7 @@ class UserAssist(interfaces_plugins.PluginInterface):
|
||||
if self._win7 is None:
|
||||
try:
|
||||
self._win7 = self._win7_or_later()
|
||||
except:
|
||||
except exceptions.SymbolError:
|
||||
# self._win7 will be None and only registry value rawdata will be output
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user