Changeset 33432 for trunk/ippToPsps/jython/scratchdb.py
- Timestamp:
- Mar 6, 2012, 4:49:20 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/scratchdb.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/scratchdb.py
r33355 r33432 318 318 319 319 ''' 320 Checks whether DVO files we have ingested are form the DVO path provided 320 Checks whether DVO files we have ingested are from the DVO path provided 321 Does this by checking the original path of the SkyTable.fits file 321 322 ''' 322 323 def isCorrectDvo(self, path): 323 324 324 sql = "SELECT path FROM " + self.dvoDoneTable + " where path LIKE '%Images.dat'"325 sql = "SELECT path FROM " + self.dvoDoneTable + " WHERE path LIKE '%SkyTable.fits'" 325 326 try: 326 327 rs = self.executeQuery(sql)
Note:
See TracChangeset
for help on using the changeset viewer.
