Skip to content

Commit bc5f922

Browse files
committed
add 'src' to filepath in count_json_recs().
Signed-off-by: michael vincerra <michael.vincerra@intel.com>
1 parent 7c1b4da commit bc5f922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main():
9898
file_paths = make_json_list(rootdir)
9999
merge_json_files(file_paths)
100100
json_db = df_to_db(file_paths)
101-
count_json_recs("docs/_static/sample_db_prd.json")
101+
count_json_recs("src/docs/_static/sample_db_prd.json")
102102
return json_db
103103

104104
if __name__ == "__main__":

0 commit comments

Comments
 (0)