pygexf icon indicating copy to clipboard operation
pygexf copied to clipboard

Node spells error

Open houqi opened this issue 8 years ago • 1 comments

_gexf.py in line 480 should be modified from

self.spells = spells

to code like in line 633

self.spells = Spells(spells)

houqi avatar Mar 29 '16 09:03 houqi

Thanks. I also noticed this bug. Cécile

cbothorel avatar Mar 22 '18 13:03 cbothorel