Ignore:
Timestamp:
02/14/16 14:30:55 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The entry exam status can be and is queried (re #285).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/rpc.py

    r760 r761  
    257257        return flights
    258258
     259    def getEntryExamStatus(self):
     260        """Get the status of the exams needed for joining MAVA."""
     261        value = self._performCall(lambda sessionID:
     262                                  self._server.getEntryExamStatus(sessionID))
     263        return (value["entryExamPassed"], value["checkFlightStatus"])
     264
    259265    def getFleet(self):
    260266        """Query and return the fleet."""
Note: See TracChangeset for help on using the changeset viewer.