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

    r23230 r24064  
    7373
    7474  task.exec
     75    if ($LABEL:n == 0) break
    7576    $run = camtool -pendingexp
    7677    if ($DB:n == 0)
     
    216217
    217218  task.exec
     219    if ($LABEL:n == 0) break
    218220    $run = camtool -pendingcleanuprun
    219221    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.