summaryrefslogtreecommitdiff
path: root/test/test_graph/test_graph_formula.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_graph/test_graph_formula.py')
-rw-r--r--test/test_graph/test_graph_formula.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_graph/test_graph_formula.py b/test/test_graph/test_graph_formula.py
index 6f1092ca..32b3aef7 100644
--- a/test/test_graph/test_graph_formula.py
+++ b/test/test_graph/test_graph_formula.py
@@ -115,7 +115,7 @@ def checkFormulaStore(store="default", configString=None):
os.unlink(path)
else:
g.store.destroy(configString)
- except:
+ except Exception:
g.close()
if store == "SQLite":
os.unlink(path)