remove extra space added to nodes.conf and widgets.conf, fixes bug #251
(Boeing r1853)
This commit is contained in:
parent
9d4d4edbde
commit
e5a1788991
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ proc writeNodesConf { } {
|
|||
set header "$header type metadata}"
|
||||
puts $f $header
|
||||
foreach i [lsort -integer [array names g_node_types]] {
|
||||
puts $f "$i { $g_node_types($i) }"
|
||||
puts $f "$i { [string trim $g_node_types($i)] }"
|
||||
}
|
||||
close $f
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue