mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
Minor clean-up.
This commit is contained in:
@@ -69,8 +69,7 @@ class DataLayerInterface(configuration.ConfigurableInterface, validity.ValidityR
|
||||
|
||||
def __init__(self, context, config_path, name):
|
||||
super().__init__(context, config_path)
|
||||
self._check_type(name, str)
|
||||
self._name = name
|
||||
self._name = self._check_type(name, str)
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
||||
Reference in New Issue
Block a user