Changeset 5854 for TI01-discovery/tags
- Timestamp:
- 20/10/09 12:07:18 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/tags/stable-TI01-ingestAutomation_Proglue_upgradesAndReporting/temp/OAIBatch/DIF.py
r5852 r5854 73 73 74 74 #add some extra parameters here to extract further columns to aid in ranking & ordering 75 #updated to mimic trunk MSI dev at r5847 20/10/09 76 if len(helper.getText(self.tree,'Last_DIF_Revision_Date')) == '': 77 self.metadataCreationDate=helper.getText(self.tree,'Last_DIF_Revision_Date') 78 else: 79 self.metadataCreationDate=helper.getText(self.tree,'DIF_Creation_Date') 80 75 #updated to mimic trunk MSI dev at r5847 20/10/09 76 if len(helper.getText(self.tree,'Last_DIF_Revision_Date')) == '': 77 self.metadataCreationDate=helper.getText(self.tree,'Last_DIF_Revision_Date') 78 else: 79 self.metadataCreationDate=helper.getText(self.tree,'DIF_Creation_Date') 81 80 #if len(helper.getText(self.tree,'DIF_Creation_Date')) < 1: 82 81 #set to null as bad timestamp will screw up the sql commands (will scan for it later)
Note: See TracChangeset
for help on using the changeset viewer.