Skip to content

Commit

Permalink
Initialise properties dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcleod committed Dec 2, 2023
1 parent 7ba12bb commit 5eee956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/jsbsim.pyx.in
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,8 @@ cdef class FGFDMExec(FGJSBBase):
self.set_aircraft_path("aircraft")
self.set_systems_path("systems")

self.properties = { }

def __dealloc__(self) -> None:
del self.thisptr

Expand Down

0 comments on commit 5eee956

Please sign in to comment.