Changeset 1170:5f7bd1762974 for src


Ignore:
Timestamp:
10/20/24 12:56:18 (2 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

The route can be empty in a saved flight (re #391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/rpc.py

    r1154 r1170  
    416416                    value = line[equalIndex+1:].strip().replace("\:", ":")
    417417
    418                     lineOK = key and value
     418                    lineOK = key and (value or key=="flight_route")
    419419
    420420                if lineOK:
Note: See TracChangeset for help on using the changeset viewer.