Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4bdf9df

Browse files
Update client.py
1 parent c2b6df0 commit 4bdf9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def create_data_rows_from_table(
7070
metadata_index=metadata_index,
7171
verbose=verbose
7272
)
73-
if not table:
73+
if type(table) == bool:
7474
return None
7575

7676
global_key_col = global_key_col if global_key_col else row_data_col

0 commit comments

Comments
 (0)