Skip to content

Commit 8c6f519

Browse files
Robbie1977Copilot
andauthored
Update src/vfb_connect/cross_server_tools.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 920cb72 commit 8c6f519

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/vfb_connect/cross_server_tools.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,9 @@ def get_expressed_genes_by_cell_and_gene_type(self, cell_type, gene_type, no_sub
834834

835835
r = self.nc.commit_list([query])
836836
if not r:
837-
warnings.warn("No results returned")
837+
warnings.warn(
838+
f"No results returned in get_expressed_genes_by_cell_and_gene_type for cell_type={cell_type} and gene_type={gene_type}"
839+
)
838840
return False
839841
dc = dict_cursor(r)
840842
if return_dataframe:

0 commit comments

Comments
 (0)