We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716d0eb + fdb5bed commit 4f265bfCopy full SHA for 4f265bf
org.lflang/src/lib/Python/pythontarget.c
@@ -909,7 +909,7 @@ PyObject* convert_C_action_to_py(void* action) {
909
910
// Fill in the Python action struct
911
((generic_action_capsule_struct*)cap)->action = capsule;
912
- ((generic_action_capsule_struct*)cap)->is_present = trigger->is_present;
+ ((generic_action_capsule_struct*)cap)->is_present = trigger->status;
913
914
// If token is not initialized, that is all we need to set
915
if (trigger->token == NULL) {
0 commit comments