IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32035


Ignore:
Timestamp:
Aug 4, 2011, 11:52:00 AM (15 years ago)
Author:
rhenders
Message:

added title to log; removed to debug code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ipptopsps.py

    r32019 r32035  
    2323    logger.infoSeparator()
    2424
    25     # gett list of all items available in DVO
     25    logger.infoTitle("Queuing " + batchType + " items")
     26
     27    # get list of all items available in DVO
    2628    allIDs = gpc1Db.getIDsInThisDVODbForThisStage(DVOGPC1LABEL, batchType)
    2729    logger.infoPair("All %s items in DVO" % batchType, "%d" % len(allIDs))
     
    7779if len(sys.argv) > 2 and sys.argv[2] == "init":
    7880    QUEUE_IN = 1
    79     print "JKJKJKJKJK\n\n"
    8081else:
    8182    QUEUE_IN = 0
Note: See TracChangeset for help on using the changeset viewer.