Skip to content

Commit

Permalink
Added missing line for registry context
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasg2012 committed Mar 21, 2019
1 parent 5884c2e commit 69b3fe3
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 69b3fe3

Please sign in to comment.