You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.5/dist-packages/asciitree/__init__.py", line 48, in __call__
return '\n'.join(self.render(self.traverse.get_root(tree)))
File "/usr/local/lib/python3.5/dist-packages/asciitree/traversal.py", line 29, in get_root
return tree.items()[0]
TypeError: 'dict_items' object does not support indexing
I am on linux 64 with python 3.5.2
The text was updated successfully, but these errors were encountered:
When running the example I am getting this:
I am on linux 64 with python 3.5.2
The text was updated successfully, but these errors were encountered: