IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30855


Ignore:
Timestamp:
Mar 10, 2011, 1:31:33 PM (15 years ago)
Author:
bills
Message:

range check current stage in case the list got shortened while running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r30756 r30855  
    113113
    114114  task.exec
     115    # we check twice in case an entry has been removed from DS_STAGE
     116    if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
     117
    115118    $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage
    116119    $magicDSStage ++
Note: See TracChangeset for help on using the changeset viewer.