Update json_to_md.py
This commit is contained in:
@@ -28,7 +28,6 @@ def build_tree(collectors):
|
||||
|
||||
def write_tree(f, tree, path=""):
|
||||
for name, content in tree.items():
|
||||
# Skip si c’est un fichier ou un lien symbolique mal parsé
|
||||
if not isinstance(content, dict):
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user