Changeset 973:6b82c047497f
- Timestamp:
- 05/18/19 15:16:53 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/xplane.py
r921 r973 733 733 self._hotkeyCallback = None 734 734 735 self._latin1decoder = codecs.getdecoder("iso-8859-1")736 735 self._fuelCallback = None 737 736 … … 1016 1015 1017 1016 Return if a new model was created.""" 1018 author = self._latin1decoder(author)[0]1019 description = self._latin1decoder(description)[0]1020 notes = self._latin1decoder(notes)[0]1021 liveryPath = self._latin1decoder(liveryPath)[0]1022 1023 1017 aircraftInfo = (tailnum, author, description, notes, icao, liveryPath) 1024 1018 if aircraftInfo==self._aircraftInfo:
Note:
See TracChangeset
for help on using the changeset viewer.