We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6312954 commit 3ff6097Copy full SHA for 3ff6097
1 file changed
mfr/extensions/zip/render.py
@@ -52,7 +52,6 @@ def sorted_obj_list_to_tree(self, sorted_obj_list: list) -> List[dict]:
52
# Iterate through each path and build the tree
53
for obj in sorted_obj_list:
54
path_from_root = obj.filename
55
- print(path_from_root)
56
path_segments = [segment for segment in path_from_root.split('/') if segment]
57
# Find the parent node of the current object, always start from the root node
58
parent = tree_root
0 commit comments