Changeset 916
- Timestamp:
- 12/05/06 13:01:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/trunk/ingestAutomation/OAIBatch/oai_ingest.py
r863 r916 14 14 15 15 Where /DATACENTRE varies for the different data providers 16 16 17 """ 18 #History: 19 # 12/05/06 SEL spelling correction 20 # 21 # 22 17 23 import os 18 24 import sys … … 176 182 status = os.system(commandline) 177 183 if status !=0: 178 sys.exit("Failed at clearing out original harvest records area %s" %harve t_home)184 sys.exit("Failed at clearing out original harvest records area %s" %harvest_home) 179 185 180 186
Note: See TracChangeset
for help on using the changeset viewer.