fixed issue with corexml and loading hooks
This commit is contained in:
parent
f1863a874d
commit
8009572fc0
1 changed files with 0 additions and 1 deletions
|
@ -705,7 +705,6 @@ class CoreXmlReader(object):
|
|||
name = hook.get("name")
|
||||
state = hook.get("state")
|
||||
data = hook.text
|
||||
self.session.add_state_hook()
|
||||
hook_type = "hook:%s" % state
|
||||
logger.info("reading hook: state(%s) name(%s)", state, name)
|
||||
self.session.set_hook(hook_type, file_name=name, source_name=None, data=data)
|
||||
|
|
Loading…
Reference in a new issue