mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 13:17:38 +02:00
Tidy up the Object calling interface.
This commit is contained in:
@@ -126,7 +126,7 @@ class Template(validity.ValidityRoutines):
|
||||
"""Updates the keyword arguments"""
|
||||
self._volinfo.update(newargs)
|
||||
|
||||
def __call__(self, context, object_info, **kwargs):
|
||||
def __call__(self, context, object_info):
|
||||
"""Constructs the object
|
||||
|
||||
:type context: framework.interfaces.context.ContextInterface
|
||||
|
||||
Reference in New Issue
Block a user