Changeset 2684
- Timestamp:
- 01/10/12 06:54:56 (4 months ago)
- File:
-
- 1 edited
-
tools/trunk/griddb/src/db.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tools/trunk/griddb/src/db.py
r2681 r2684 169 169 if 'Connect timeout' in str(e) and i < 4: 170 170 print 'Connection timed out, retrying %d of %d' % (i+1, 4) 171 else: 172 raise 171 173 self.conn.autocommit = False 172 174
Note: See TracChangeset
for help on using the changeset viewer.
