FIXED: 13030: OP Execute DAT

Hi,
I’m trying to use an “OP Execute DAT” to monitor changes on a CHOP, I’ve tried all the different conditions and the corresponding methods but each time the script is executed i’ve got this error :

"TypeError: flagChange() missing 1 required positional argument: ‘operator’ "
(depending on the method used)

I also looked at the OPSnippet.toe shared on the forum to get a functional example but the same error appears.

Best regards.

The ‘op’ needs to be renamed to another word (example: ‘operator’) to avoid conflict with the built-in op() method.

This has been fixed in a later build.
Sorry bout that!

Rob