Changeset 1104:efcef6ab0610


Ignore:
Timestamp:
09/19/23 11:02:12 (7 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed the detection of the Majestic Dash 8 model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r1093 r1104  
    19111911        return aircraft.type==const.AIRCRAFT_DH8D and \
    19121912            (name.find("MJC8Q400")!=-1 or \
    1913              airPath.lower().find("mjc8q400") or \
    1914              airPath.lower().find("mjc8q4.air"))
     1913             airPath.lower().find("mjc8q400")!=-1 or \
     1914             airPath.lower().find("mjc8q4.air")!=-1)
    19151915
    19161916    @property
Note: See TracChangeset for help on using the changeset viewer.