Commit c7985542 authored by Frank Bergmann's avatar Frank Bergmann

Fixed issue with no successors at all

parent db175043
......@@ -278,6 +278,7 @@ while {[llength $list] > 0 && $cnt < 10000} {
}
# Display the successors per cost type
set successor_html ""
set type_ids [lsort [array names successor_html_hash]]
foreach type_id $type_ids {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment