cleaning up
This commit is contained in:
@@ -57,7 +57,7 @@ def create_folder_structure_json(path):
|
||||
folder_path = OUTPUT_DIR
|
||||
folder_json = create_folder_structure_json(folder_path)
|
||||
|
||||
output_file = os.path.join(OUTPUT_DIR, 'test.json')
|
||||
output_file = os.path.join(OUTPUT_DIR, 'search-index.json')
|
||||
with open(output_file, 'w', encoding='utf-8') as f:
|
||||
json.dump(folder_json, f, indent=4, ensure_ascii=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user