mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 05:07:38 +02:00
Replace layer name requirements with more descriptive translationlayerrequirements.
This commit is contained in:
@@ -11,7 +11,7 @@ def StoreItemFactory(config_item):
|
||||
super(StoreItemAction, self).__init__(option_strings, dest, **kwargs)
|
||||
|
||||
def __call__(self, parser, namespace, values, option_string = None):
|
||||
config_item.value = values[0]
|
||||
config_item.value = values
|
||||
|
||||
return StoreItemAction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user