pygexf
pygexf copied to clipboard
Node spells error
_gexf.py in line 480 should be modified from
self.spells = spells
to code like in line 633
self.spells = Spells(spells)
Thanks. I also noticed this bug. Cécile