Changeset 192:580492f35e3f


Ignore:
Timestamp:
05/18/12 15:23:29 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r191 r192  
    831831    def isCondition(self, flight, aircraft, oldState, state):
    832832        """Check if the fault condition holds."""
    833        return not flight.entranceExam and \
     833        return not flight.entranceExam and \
    834834               flight.stage==const.STAGE_PUSHANDTAXI and \
    835835               PayloadChecker.isZFWFaulty(state.zfw, flight.zfw)
Note: See TracChangeset for help on using the changeset viewer.