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/fake.pro

    r24050 r24064  
    7979
    8080  task.exec
     81    if ($LABEL:n == 0) break
    8182    $run = faketool -pendingimfile
    8283    if ($DB:n == 0)
     
    212213
    213214  task.exec
     215    if ($LABEL:n == 0) break
    214216    $run = faketool -advanceexp -limit 10
    215217    if ($DB:n == 0)
     
    264266
    265267  task.exec
     268    if ($LABEL:n == 0) break
    266269    $run = faketool -pendingcleanuprun
    267270    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.