Update json_to_md.py
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 58s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped

This commit is contained in:
2025-07-10 14:45:01 +02:00
parent 29b4d47d12
commit 38edf0fdb1
-1
View File
@@ -28,7 +28,6 @@ def build_tree(collectors):
def write_tree(f, tree, path=""):
for name, content in tree.items():
# Skip si cest un fichier ou un lien symbolique mal parsé
if not isinstance(content, dict):
continue