Has anyone noticed that the type=string variables passed to python extensions have literal quotes in them?
For instance the number nodes (dots.py) example doesn't really work in the latest snapshot I downloaded because the sizes are getting set to things like '"20"' instead of just '20'

--bb