Skip to content

Commit

Permalink
Merge pull request #65 from DMTF/2018-3
Browse files Browse the repository at this point in the history
Added missing line for registry context
  • Loading branch information
mraineri authored Apr 11, 2019
2 parents 484e3ff + 69b3fe3 commit 0c1ff85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traverseService.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c1ff85

Please sign in to comment.