jrfonseca/xdot.py

missing self.consume()

sunziping2016 opened this issue · 1 comments

node_ids.append(self.parse_node_id())

It seems self.consume() is missing after this line. This may cause infinite loop. But as xdot never generate edge like a -> b -> c, it works now.

Quite right again. Thanks!