diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-02-20 21:42:18 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-02-20 21:42:18 (GMT) |
commit | 32cbc96150e4799d24ff04071f518e48b29f60a0 (patch) | |
tree | ceab895133fcdac0e2e4ac61fc4f4de15df2729b /Lib/bsddb | |
parent | 124a4e58c497f6bfdb2e26465b8b3940393a3b29 (diff) | |
download | cpython-32cbc96150e4799d24ff04071f518e48b29f60a0.zip cpython-32cbc96150e4799d24ff04071f518e48b29f60a0.tar.gz cpython-32cbc96150e4799d24ff04071f518e48b29f60a0.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/bsddb')
-rw-r--r-- | Lib/bsddb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/__init__.py b/Lib/bsddb/__init__.py index b7bd482..d3ee773 100644 --- a/Lib/bsddb/__init__.py +++ b/Lib/bsddb/__init__.py @@ -194,7 +194,7 @@ class _DBWithCursor(_iter_mixin): try: self.saved_dbc_key = c.current(0,0,0)[0] except db.DBError: - pass + pass c.close() del c for cref in self._cursor_refs.values(): |