Closed imayachita closed 4 years ago
self.last_v = 0
if parent is None: self.leave,self.display = leave,display
else:
self.leave,self.display=False,False
parent.add_child(self)
# self.last_v,self.comment = None,''
self.last_v,self.comment = 0,''
This works, the author should have mistakenly written it. @imayachita
As mentioned in #57, please reopen with a clear reproducer if needed.
Hi there, I got an error
I solved it by commenting that particular line. But, is there any better workaround for this? Because the workaround I did means that I have to change the script in the installation.
Thanks!