Changeset 34947
- Timestamp:
- Jan 17, 2013, 6:09:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/gpc1db.py
r34934 r34947 93 93 94 94 try: 95 # XXX EAM : test output 96 self.logger.infoPair("sql for dvo items:", sql) 95 97 rs = self.executeQuery(sql) 96 98 while (rs.next()): … … 235 237 files = glob.glob(path + ".smf") 236 238 239 240 241 # XXX EAM : test output 242 self.logger.infoPair("smf files:", files) 237 243 if len(files) < 1: return None 238 244
Note:
See TracChangeset
for help on using the changeset viewer.
