Ensure we're catching the appropriate expcetions rather than all of them.

This commit is contained in:
Mike Auty
2018-08-30 09:41:39 +01:00
parent 19dcb80de6
commit f4dd40ba0b
+1 -1
View File
@@ -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