IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11235


Ignore:
Timestamp:
Jan 22, 2007, 4:06:09 PM (19 years ago)
Author:
Paul Price
Message:

Fixing process_exit.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r11234 r11235  
    212212  # default exit status
    213213  task.exit    default
    214     process_exit detPendingNormImfile $options:0 state FAIL
     214    process_exit detPendingNormImfile $options:0 $JOB_STATUS
    215215  end
    216216
  • trunk/ippTasks/detrend.reject.pro

    r11210 r11235  
    111111  # default exit status
    112112  task.exit    default
    113     process_exit detRejectExp $options:0 state FAIL
     113    process_exit detRejectExp $options:0 $JOB_STATUS
    114114  end
    115115
Note: See TracChangeset for help on using the changeset viewer.