IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34947


Ignore:
Timestamp:
Jan 17, 2013, 6:09:29 AM (14 years ago)
Author:
eugene
Message:

add some test I/O

File:
1 edited

Legend:

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

    r34934 r34947  
    9393           
    9494        try:
     95            # XXX EAM : test output
     96            self.logger.infoPair("sql for dvo items:", sql)
    9597            rs = self.executeQuery(sql)
    9698            while (rs.next()):
     
    235237            files = glob.glob(path + ".smf")
    236238
     239           
     240
     241        # XXX EAM : test output
     242        self.logger.infoPair("smf files:", files)
    237243        if len(files) < 1: return None
    238244
Note: See TracChangeset for help on using the changeset viewer.