history: fixed DMS history when multiple inputs

This commit is contained in:
Celine Mercier
2019-03-31 15:44:20 +02:00
parent 7f8d1e7196
commit ac47bdce5d

View File

@ -450,7 +450,6 @@ cdef class View(OBIWrapper) :
s+=invi_node_name_quotes s+=invi_node_name_quotes
s+=b" [width=0, style=invis, shape=point]\n" s+=b" [width=0, style=invis, shape=point]\n"
history.append(s) history.append(s)
for input in level:
# Connect all inputs to the invisible node # Connect all inputs to the invisible node
for elt in input: for elt in input:
s = b"\t" s = b"\t"