mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Fix a typo that would break the config file.
This commit is contained in:
@@ -84,7 +84,7 @@ class Group(ConfigurationCommonInterface):
|
||||
|
||||
if __name__ == '__main__':
|
||||
root = Group(name = 'volatility')
|
||||
root.core = Group(name = 'core') *
|
||||
root.core = Group(name = 'core')
|
||||
import pdb
|
||||
|
||||
pdb.set_trace()
|
||||
|
||||
Reference in New Issue
Block a user