Changeset 1393
- Timestamp:
- 03/05/04 15:31:58 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storages/ldapstorage.py
r1392 r1393 22 22 # 23 23 # $Log$ 24 # Revision 1.62 2004/03/05 14:31:58 jalet 25 # Improvement on strange history entries 26 # 24 27 # Revision 1.61 2004/03/05 13:19:53 jalet 25 28 # Code safer wrt entries created in other tools … … 590 593 lastjob.JobSize = int(fields.get("pykotaJobSize", [0])[0]) 591 594 lastjob.JobPrice = float(fields.get("pykotaJobPrice", [0.0])[0]) 592 lastjob.JobAction = fields.get("pykotaAction" )[0]595 lastjob.JobAction = fields.get("pykotaAction", [""])[0] 593 596 lastjob.JobFileName = fields.get("pykotaFileName", [""])[0] 594 597 lastjob.JobTitle = fields.get("pykotaTitle", [""])[0]