Skip to content

Commit 52acf45

Browse files
committed
oops, bugfix
1 parent 7e9b5d1 commit 52acf45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LightDFG/services/LightDFG.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ function findShortestPathDijkstra( dfg::LightDFG,
430430
varList = if initialized !== nothing
431431
initmask = isInitialized.(dfg, varList) .== initialized
432432
varList[initmask]
433+
else
434+
varList
433435
end
434436
deepcopyGraph(typeof(dfg), dfg, varList, fctList)
435437
else

0 commit comments

Comments
 (0)