IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2007, 9:58:58 AM (19 years ago)
Author:
eugene
Message:

added process_cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/phase0.pro

    r11476 r11546  
    105105    end
    106106
    107     # delete existing entries which are DONE or DATAERR
    108     book delpage p0PendingImfile -key state DONE
    109     book delpage p0PendingImfile -key state DATA_ERR
     107    # delete existing entries in the appropriate states
     108    process_cleanup p0PendingImfile
    110109  end
    111110
     
    216215    end
    217216
    218     # delete existing entries which are DONE
    219     book delpage p0PendingExp -key state DONE
    220     book delpage p0PendingExp -key state DATA_ERR
     217    # delete existing entries in the appropriate states
     218    process_cleanup p0PendingExp
    221219  end
    222220
Note: See TracChangeset for help on using the changeset viewer.