Ignore:
Timestamp:
09/25/16 06:42:50 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

A flight can be marked for reflying (re #307).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/rpc.py

    r820 r821  
    340340                          self._server.setCheckFlightPassed(sessionID, type))
    341341
     342    def reflyFlights(self, flightIDs):
     343        """Mark the flights with the given IDs for reflying."""
     344        self._performCall(lambda sessionID:
     345                          self._server.reflyFlights(sessionID, flightIDs))
     346
    342347    def _performCall(self, callFn, acceptResults = []):
    343348        """Perform a call using the given call function.
Note: See TracChangeset for help on using the changeset viewer.