We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbbb9c commit a5bfff4Copy full SHA for a5bfff4
xtext/org.icyphy.linguafranca/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