Changeset 697:7aa5107d9ec1


Ignore:
Timestamp:
10/25/15 06:24:00 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

Fixed error printout (re #279)

File:
1 edited

Legend:

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

    r696 r697  
    210210                               SIMBRIEF_RESULT_OK, flight_info)
    211211            except Exception, e:
    212                 print "Failed retrieving the briefing:", e
     212                print "Failed to retrieve the briefing:", e
    213213                updateProgress(SIMBRIEF_PROGRESS_RETRIEVING_BRIEFING,
    214214                               SIMBRIEF_RESULT_ERROR_OTHER, None)
Note: See TracChangeset for help on using the changeset viewer.