Skip to content

Commit

Permalink
Forgot to make sure Treant.tree also gave Tree with same limbs
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Mar 15, 2016
1 parent ae14a68 commit 248188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datreant/core/treants.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def tree(self):
"""This Treant's directory as a Tree.
"""
return Tree(self.abspath)
return Tree(self.abspath, limbs=self.limbs)

@property
def state(self):
Expand Down

0 comments on commit 248188b

Please sign in to comment.