Skip to content

Commit

Permalink
Merge pull request #82 from heroxbd/master
Browse files Browse the repository at this point in the history
vitables/h5db/linknode.py: resolve nested links.
  • Loading branch information
uvemas authored Sep 28, 2017
2 parents eb14a47 + afff9dd commit bb65d41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitables/h5db/linknode.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def __init__(self, model, parent, name):
self.dbt_model = model
self.parent = parent
self.node = parent.node._f_get_child(name)
if isinstance(self.node(), tables.link.Link):
self.node = self.node()

self.has_view = False

Expand Down

0 comments on commit bb65d41

Please sign in to comment.