We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0146c24 commit 13b0c37Copy full SHA for 13b0c37
roundup/backends/back_anydbm.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-#$Id: back_anydbm.py,v 1.92 2002-11-06 11:38:42 richard Exp $
+#$Id: back_anydbm.py,v 1.93 2002-11-28 07:02:23 richard Exp $
19
'''
20
This module defines a backend that saves the hyperdatabase in a database
21
chosen by anydbm. It is guaranteed to always be available in python
@@ -1423,7 +1423,6 @@ def lookup(self, keyvalue):
1423
if node.has_key(self.db.RETIRED_FLAG):
1424
continue
1425
if node[self.key] == keyvalue:
1426
- cldb.close()
1427
return nodeid
1428
finally:
1429
cldb.close()
0 commit comments