Skip to content

Commit

Permalink
Merge branch 'fix/unpickling_children_loss' of https://github.com/Bas…
Browse files Browse the repository at this point in the history
…tienGauthier/branca into fix/unpickling_children_loss
  • Loading branch information
BastienGauthier committed Oct 16, 2023
2 parents 27a24e3 + de3592b commit c72e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branca/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,4 +684,4 @@ def render(self, **kwargs):
figure.script.add_child(Element(script(self, kwargs)), name=self.get_name())

for name, element in self._children.items():
element.render(**kwargs)
element.render(**kwargs)

0 comments on commit c72e335

Please sign in to comment.