Changeset 192:580492f35e3f
- Timestamp:
- 05/18/12 15:23:29 (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r191 r192 831 831 def isCondition(self, flight, aircraft, oldState, state): 832 832 """Check if the fault condition holds.""" 833 return not flight.entranceExam and \833 return not flight.entranceExam and \ 834 834 flight.stage==const.STAGE_PUSHANDTAXI and \ 835 835 PayloadChecker.isZFWFaulty(state.zfw, flight.zfw)
Note:
See TracChangeset
for help on using the changeset viewer.