mirror of
https://github.com/tiennm99/serena.git
synced 2026-09-03 18:17:05 +00:00
ruff, minor
This commit is contained in:
@@ -7,7 +7,7 @@ def _test_clojure_cli() -> bool:
|
||||
try:
|
||||
verify_clojure_cli()
|
||||
return False
|
||||
except (FileNotFoundError, RuntimeError) as e:
|
||||
except (FileNotFoundError, RuntimeError):
|
||||
return True
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user