diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-02-20 21:42:18 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-02-20 21:42:18 +0000 |
commit | 8a35b4b1c7b7cec76daa29cbb6b51f598afeba49 (patch) | |
tree | 42e7ad082dcdfdf5de13d595094205c26b2fc196 /Lib/bsddb | |
parent | be912b77a7f7a624266ed4770b4a8207b48da4b3 (diff) | |
download | cpython-8a35b4b1c7b7cec76daa29cbb6b51f598afeba49.tar.gz |
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 b7bd482141..d3ee773cec 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(): |