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 cfc3846 commit 1093a50Copy full SHA for 1093a50
tables2json.py
@@ -23,7 +23,7 @@ def get_tables(tables_dir):
23
all_metadata = {}
24
all_tables = {}
25
all_celltags = {}
26
- for metadata_filename in tables_dir.glob("1509*/metadata.json"):
+ for metadata_filename in tables_dir.glob("*/metadata.json"):
27
metadata = get_metadata(metadata_filename)
28
for k in metadata:
29
if metadata[k] is None:
0 commit comments