mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix python 3 syntax test/SIM_events
This commit is contained in:
parent
40bb49fb36
commit
4ac0e75d10
@ -40,7 +40,7 @@ class eventSimObject : public Trick::SimObject {
|
||||
event0 = (Trick::IPPythonEvent*)alloc_type(1,"Trick::IPPythonEvent");
|
||||
event0->set_name("SDEFINE_event");
|
||||
event0->condition(0, "True");
|
||||
event0->action(0, "print \"event0\"; result[0] = 1");
|
||||
event0->action(0, "print (\"event0\"); result[0] = 1");
|
||||
event0->activate();
|
||||
|
||||
("initialization") init();
|
||||
|
Loading…
Reference in New Issue
Block a user