Changeset 23736


Ignore:
Timestamp:
02/15/19 16:20:02 (6 years ago)
Author:
jdquinn
Message:

CHG: Formatting of message when Python exits in error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r23734 r23736  
    387387if [ $exitedInError -ne 0 ]
    388388then
    389         echo "Python error!"
     389        echo "----------Python exited in error!----------"
    390390        cat python_log.log
     391        echo "-------------------------------------------"
    391392        exit 1
    392393fi
Note: See TracChangeset for help on using the changeset viewer.