This commit is contained in:
Paul Gauthier 2023-06-05 08:24:02 -07:00
parent 41ac5b056d
commit 93ca588bab

View file

@ -36,7 +36,6 @@ def to_tree(tags):
break break
num_common = i num_common = i
dump(repr(tag), num_common)
indent = tab * num_common indent = tab * num_common
rest = tag[num_common:] rest = tag[num_common:]