+29 June 2017: Wouter
+ - Fix python example0 return module wait instead of error for pass.
+
27 June 2017: Wouter
- Tag 1.6.4 is created with the 1.6.4rc2 contents.
- Trunk contains 1.6.5, with changes from 26, 27 june.
if event == MODULE_EVENT_PASS:
log_info("pythonmod: event_pass")
- qstate.ext_state[id] = MODULE_ERROR
+ qstate.ext_state[id] = MODULE_WAIT_MODULE
return True
log_err("pythonmod: BAD event")
return True
if event == MODULE_EVENT_PASS:
- qstate.ext_state[id] = MODULE_ERROR
+ qstate.ext_state[id] = MODULE_WAIT_MODULE
return True
log_err("pythonmod: BAD event")