Skip to content
Snippets Groups Projects
Commit 71cf5096 authored by Pierre Dittgen's avatar Pierre Dittgen
Browse files

Remove forgotten pdb instructions

parent ee24fe0e
No related branches found
No related tags found
No related merge requests found
...@@ -607,8 +607,6 @@ def rebuild_category_tree(themes_file: Path, statistics_file: Path, target_dir: ...@@ -607,8 +607,6 @@ def rebuild_category_tree(themes_file: Path, statistics_file: Path, target_dir:
# Write category tree # Write category tree
log.info('Rewrite category_tree.json') log.info('Rewrite category_tree.json')
category_json_content = build_category_json(themes_file, statistics_file, dict(dataset_info_list)) category_json_content = build_category_json(themes_file, statistics_file, dict(dataset_info_list))
import pdb
pdb.set_trace()
cu.write_json_file(target_dir / 'category_tree.json', cu.write_json_file(target_dir / 'category_tree.json',
category_json_content) category_json_content)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment