Skip to content

Commit 0c22de6

Browse files
rickeconCopilot
andauthored
Update tests/test_real_txfunc_benchmarks.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d0e24d4 commit 0c22de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_real_txfunc_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def test_platform_specific_optimal_config():
672672
client.close()
673673
if hasattr(client, "cluster"):
674674
client.cluster.close()
675-
except:
675+
except Exception:
676676
pass
677677

678678
# Report optimal configuration

0 commit comments

Comments
 (0)