mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-08 02:37:39 +02:00
Clarify in the documentation that these updates are transient.
This commit is contained in:
@@ -171,7 +171,7 @@ class Template(validity.ValidityRoutines):
|
||||
return clone
|
||||
|
||||
def update_vol(self, **new_arguments):
|
||||
"""Updates the keyword arguments"""
|
||||
"""Updates the keyword arguments with values that will not be carried across to clones"""
|
||||
self._vol.update(new_arguments)
|
||||
|
||||
def __getattr__(self, attr):
|
||||
|
||||
Reference in New Issue
Block a user