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

    r23230 r24064  
    8181
    8282  task.exec
     83    if ($LABEL:n == 0) break
    8384    $run = difftool -todiffskyfile
    8485    if ($DB:n == 0)
     
    209210
    210211  task.exec
     212    if ($LABEL:n == 0) break
    211213    $run = difftool -pendingcleanuprun
    212214    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.