Skip to content

Commit

Permalink
fix drawing dfd with nested boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Was committed Sep 23, 2020
1 parent 56a1df3 commit 095f533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytm/pytm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ def _dfd_template(self):

def dfd(self):
if self._is_drawn:
return
return ""

self._is_drawn = True
logger.debug("Now drawing boundary " + self.name)
Expand Down

0 comments on commit 095f533

Please sign in to comment.