wukong-m2m / NanoKong

GNU General Public License v2.0
7 stars 3 forks source link

cannot set longer location strings to nodes #74

Closed senatorjo closed 11 years ago

senatorjo commented 11 years ago

when I set location from the GUI or use the python setLocation() function, it seems the size of the location string is very limited. I tried setting a node's location to be "\Engineering_Hall\Rm4204@(1,1,1)", it failed; however, if I change it to "Eng_Hall\Rm4204@(1,1,1)", it succeed. I don't know if dynamical length string is necessary, but it is better we can support longer fixed length string.

senatorjo commented 11 years ago

Works now.