Changeset 33493 for trunk/ippToPsps
- Timestamp:
- Mar 13, 2012, 10:06:53 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/batch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/batch.py
r33352 r33493 241 241 root.attrib['type'] = self.batchType 242 242 root.attrib['timestamp'] = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S") 243 if self.batchType != "IN": root.attrib['survey'] = self.config.pspsSurvey 243 root.attrib['survey'] = self.config.pspsSurvey 244 245 # min/max object IDs 244 246 try: self.minObjID 245 247 except: pass
Note:
See TracChangeset
for help on using the changeset viewer.
