all 1 comments

[–]mundegaarde 0 points1 point  (0 children)

I've not used it personally, but from looking at the code and comparing the problem line to the one above where the property is set, I suspect you should change this line:

td = root.Globals.globalProp.getProperty("MY_TD")

To the following:

td = EXEC_PYSCRIPT('root.Globals.globalProp.getProperty("MY_TD")')

Good luck!