make sure run_list uses a copy of @set["edges"]
This commit is contained in:
parent
bf12f733e2
commit
e20d358a80
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ def run_list
|
||||||
|
|
||||||
print "edges leng: ", @set["edges"].length, "\n" if Debuglevel > 0
|
print "edges leng: ", @set["edges"].length, "\n" if Debuglevel > 0
|
||||||
edges = []
|
edges = []
|
||||||
edges = @set["edges"]
|
edges.concat(@set["edges"])
|
||||||
runs = []
|
runs = []
|
||||||
|
|
||||||
if edges.length > 0
|
if edges.length > 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue