diff --git a/python/jsbsim.pyx.in b/python/jsbsim.pyx.in index f35895e408..83e5f50072 100644 --- a/python/jsbsim.pyx.in +++ b/python/jsbsim.pyx.in @@ -701,6 +701,7 @@ cdef class FGFDMExec(FGJSBBase): self.set_aircraft_path("aircraft") self.set_systems_path("systems") + def __init__(self, *args, **kwargs): # Dictionary cache of property nodes self.properties = { }