Fix a typo that would break the config file.

This commit is contained in:
Mike Auty
2015-01-26 01:48:26 +00:00
parent 0d2720974e
commit 658f75f340
+1 -1
View File
@@ -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()