We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1b4da commit bc5f922Copy full SHA for bc5f922
1 file changed
src/db.py
@@ -98,7 +98,7 @@ def main():
98
file_paths = make_json_list(rootdir)
99
merge_json_files(file_paths)
100
json_db = df_to_db(file_paths)
101
- count_json_recs("docs/_static/sample_db_prd.json")
+ count_json_recs("src/docs/_static/sample_db_prd.json")
102
return json_db
103
104
if __name__ == "__main__":
0 commit comments