diff --git a/traverseService.py b/traverseService.py index d0c647d..18c8b41 100644 --- a/traverseService.py +++ b/traverseService.py @@ -633,6 +633,8 @@ def __init__(self, name: str, uri: str, jsondata: dict, typename: str, context: if parent_type is not None and getType(parent_type) == 'MessageRegistryFile': traverseLogger.debug('{} is a Registry resource'.format(self.uri)) self.isRegistry = True + self.context = None + context = None # Check if we provide a valid json self.jsondata = jsondata