Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 9d97104

Browse files
author
ARF
committed
Merge PR #31
2 parents 34f1975 + 5a0496b commit 9d97104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bquery/ctable.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ def cache_factor(self, col_list, refresh=False, **kwargs):
175175
raise TypeError('Only out-of-core ctables can have '
176176
'factorization caching at the moment')
177177

178+
if not isinstance(col_list, list):
179+
col_list = [col_list]
180+
178181
for col in col_list:
179182

180183
# create cache if needed

0 commit comments

Comments
 (0)