X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=datasette_pytables%2F__init__.py;h=52979829a08a3709629d6e5ffe9c7a3750bbefd7;hp=45d3a323509e93e8ce89624f27cd4063089f4ead;hb=af831c7abf27458e94524ba768764aa232a6bb13;hpb=f1a049b7a43d2c4e77d4493f50e1a9c345d84a16 diff --git a/datasette_pytables/__init__.py b/datasette_pytables/__init__.py index 45d3a32..5297982 100644 --- a/datasette_pytables/__init__.py +++ b/datasette_pytables/__init__.py @@ -81,7 +81,7 @@ class Connection: if parsed_sql['from'] == 'sqlite_master': rows = self._execute_datasette_query(sql, params) - description = (('value',)) + description = (('value',),) return rows, truncated, description table = self.h5file.get_node(parsed_sql['from'])