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 77471b6 commit ea540fcCopy full SHA for ea540fc
apis/python/src/tiledbsoma/options/_soma_tiledb_context.py
@@ -374,6 +374,6 @@ def _validate_soma_tiledb_context(context: Any) -> SOMATileDBContext:
374
)
375
376
if not isinstance(context, SOMATileDBContext):
377
- raise TypeError("context is not a SOMATileDBContext")
+ raise TypeError(f"context is not a SOMATileDBContext: got {type(context)}")
378
379
return context
0 commit comments