BUG?: TDFunctions and binding to python objects

Hi @Ivan

I think I ran into a TDF bug with bindings to python objects

please check TDF_binds.toe (4.2 KB) and run the text1 DAT

File “/sys/local/modules/TDFunctions”, line 575, in applyParInfo
AttributeError: ‘tdu.Dependency’ object has no attribute ‘eval’

If it’s a bug I’d appreciate a workaround. Thanks!

Yeah good find! This function was created back when all binds were parameters.

Until next release, you can use this TDFunctions
TDFunctions.zip (7.7 KB)

1 Like

Thank you Ivan . Much appreciated