Changeset 1160:a10a0c1b0b19


Ignore:
Timestamp:
04/28/24 07:49:13 (2 weeks ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

If either the departure or the arrival times differ too much, or both, a comment or delay code is required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r1154 r1160  
    61676167            departureError = arrivalError = False
    61686168
    6169         self._tooBigTimeDifference = departureError and arrivalError
     6169        self._tooBigTimeDifference = departureError or arrivalError
    61706170
    61716171        self._depTime.set_markup(self._formatTime(bookedFlight.departureTime,
Note: See TracChangeset for help on using the changeset viewer.