IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2009, 4:13:48 PM (17 years ago)
Author:
eugene
Message:

avoid processing if there are no labels in the list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r24056 r24064  
    8282
    8383  task.exec
     84    if ($LABEL:n == 0) break
    8485    $run = chiptool -pendingimfile
    8586    if ($DB:n == 0)
     
    236237
    237238  task.exec
     239    if ($LABEL:n == 0) break
    238240    $run = chiptool -advanceexp -limit 10
    239241    if ($DB:n == 0)
     
    288290
    289291  task.exec
     292    if ($LABEL:n == 0) break
    290293    $run = chiptool -pendingcleanuprun
    291294    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.