IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2013, 2:31:00 PM (14 years ago)
Author:
eugene
Message:

minor changes and a test

Location:
branches/eam_branches/ipp-20121219/ippToPsps/jython
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/dvo.py

    r34951 r34958  
    387387        size = 0.0
    388388        for region in regions:
    389 
    390             self.logger.infoPair("sizes for region", region)
    391 
     389             self.logger.infoPair("sizes for region", region)
    392390             # get combined size of all interested files
    393391             for fileType in self.ingestFileTypes:
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r34948 r34958  
    108108    '''
    109109    def run(self):
     110
     111
     112        print "test line"
     113        print "PATH", os.getenv("PATH")
    110114
    111115        if not self.scratchDb.connected: return
Note: See TracChangeset for help on using the changeset viewer.