vortec / libtree

Python Tree Library
MIT License
78 stars 3 forks source link

get_root_node() raises ValueError #7

Open vortec opened 8 years ago

vortec commented 8 years ago

If no root node exists and get_root_node() is called, libtree raises ValueError instead of returning None as the docs say.