Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
destatis-fetcher
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
destatis-fetcher
Commits
71cf5096
Commit
71cf5096
authored
5 years ago
by
Pierre Dittgen
Browse files
Options
Downloads
Patches
Plain Diff
Remove forgotten pdb instructions
parent
ee24fe0e
Branches
renew_category_tree
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
convert.py
+0
-2
0 additions, 2 deletions
convert.py
with
0 additions
and
2 deletions
convert.py
+
0
−
2
View file @
71cf5096
...
...
@@ -607,8 +607,6 @@ def rebuild_category_tree(themes_file: Path, statistics_file: Path, target_dir:
# Write category tree
log
.
info
(
'
Rewrite category_tree.json
'
)
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
'
,
category_json_content
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment