This commit is contained in:
Paul Gauthier 2023-06-05 08:29:30 -07:00
parent 27db4c038f
commit baa08e12f8

View file

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