Changeset 6137 for TI01-discovery
- Timestamp:
- 15/12/09 12:08:33 (11 years ago)
- Location:
- TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/PostgresRecord.py
r6136 r6137 263 263 # NB, use temporary directories to do the keyword additions 264 264 tmpDir = self.base_dir + "/tmp/" 265 tmpKeywordsDir = os.getcwd()+ "/keywordsAdded/"265 tmpKeywordsDir = self.base_dir + "/keywordsAdded/" 266 266 FileUtilities.setUpDir(tmpDir) 267 267 FileUtilities.setUpDir(tmpKeywordsDir) -
TI01-discovery/branches/ingestAutomation-upgrade/OAIBatch/keywordAdder.py
r4854 r6137 89 89 numfilesproc += 1 90 90 except Exception, detail: 91 logging.error("Cannot parse the XML moles document %s . Will not process" %full_filename)91 logging.error("Cannot parse the XML moles document %s . Will not process" %full_filename) 92 92 logging.error("Detail: %s" %detail) 93 93 continue
Note: See TracChangeset
for help on using the changeset viewer.