Thanks to visit codestin.com Credit goes to github.com
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 ba7e2c8 commit c79f3d0Copy full SHA for c79f3d0
1 file changed
Lib/anydbm.py
@@ -45,7 +45,7 @@
45
try:
46
class error(Exception):
47
pass
48
-except:
+except (NameError, TypeError):
49
error = "anydbm.error"
50
51
_names = ['dbhash', 'gdbm', 'dbm', 'dumbdbm']
0 commit comments