mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 11:49:42 +02:00
Add in a reminder for additional work required.
This commit is contained in:
@@ -183,6 +183,7 @@ class ConfigurableInterface(validity.ValidityRoutines, metaclass = ABCMeta):
|
||||
# This also allows constructed objects to populate a configuration without too much trouble
|
||||
for requirement in self.get_requirements():
|
||||
# Create the (private) properties using the config as backend storage
|
||||
# TODO: Based on the requirement, do proper type checking
|
||||
setattr(self, "_" + requirement.name, self.config.get(requirement.name, requirement.default))
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user