Ignore:
Timestamp:
11/27/22 19:31:40 (2 years ago)
Author:
jdquinn
Message:

CHG: Fix to catch “syntax error”

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/packagers/linux/package-issm-linux-binaries-python-3.sh

    r27158 r27431  
    142142        # Check that Python did not exit in error
    143143        pythonExitCode=`echo $?`
    144         pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter" python.log`
     144        pythonExitedInError=`grep -c -E "Error|Standard exception|Traceback|bad interpreter|syntax error" python.log`
    145145
    146146        if [[ ${pythonExitCode} -ne 0 || ${pythonExitedInError} -ne 0 ]]; then
Note: See TracChangeset for help on using the changeset viewer.