IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31486


Ignore:
Timestamp:
May 6, 2011, 6:13:43 PM (15 years ago)
Author:
watersc1
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/lap.pro

    r31485 r31486  
    170170  # success
    171171  task.exit  0
    172 #    book delpage lapNewRuns $options:0
    173172    ipptool2book stdout lapNewRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT
    174173
     
    231230  # success
    232231  task.exit  0
    233 #    ipptool2book stdout lapNewRuns -uniq -key lap_id
    234 
    235232    if ($VERBOSE > 2)
    236233      book listbook lapNewRuns
     
    284281
    285282    add_poll_labels run
    286 #    echo $run
    287     command $run
    288   end
    289   # success
    290   task.exit  0
    291 #    book delpage lapRunRuns $options:0
     283    command $run
     284  end
     285  # success
     286  task.exit  0
    292287    ipptool2book stdout lapRunRuns -uniq -key lap_id -setword dbname $options:0 -setword pantaskState INIT
    293288
     
    324319    book npages lapRunRuns -var N
    325320
    326 #    echo $N $NETWORK
    327321    if ($N == 0) break
    328322    if ($NETWORK == 0) break
     
    334328    if ($lap_RunPage >= $N) set lap_RunPage = 0
    335329
    336 #    echo $lapRunPageName
    337330    if ("$lapRunPageName" == "NULL") break
    338331
     
    352345  # success
    353346  task.exit  0
    354 #    ipptool2book stdout lapRunRuns -uniq -key lap_id
    355 
    356347    if ($VERBOSE > 2)
    357348      book listbook lapRunRuns
     
    467458  # success
    468459  task.exit  0
    469 #    ipptool2book stdout lapDoneRuns -uniq -key lap_id
    470460
    471461    if ($VERBOSE > 2)
Note: See TracChangeset for help on using the changeset viewer.