niemasd / TreeSwift

TreeSwift: Fast tree module for Python 3
https://niema.net/TreeSwift
GNU General Public License v3.0
75 stars 14 forks source link

Fixed infinite recursion when copying node object #31

Closed JSdoubleL closed 11 months ago

JSdoubleL commented 11 months ago

Fixed a typo that caused infinite recursion when attempting to copy a treeswift.Node object.

niemasd commented 11 months ago

Yikes, thank you for catching that!! I can't believe it slipped through the cracks all this time!