We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa9338 commit 41cb07dCopy full SHA for 41cb07d
1 file changed
backend/cmd/testadj.py
@@ -115,7 +115,7 @@ def validate_json_folder(folder_path):
115
print(f"Error al procesar el archivo {full_path}: {e}")
116
117
118
-if os.path.exists('./JSON_ADE/') == False:
119
- print("La carpeta JSON_ADE no existe")
+if os.path.exists('./adj/') == False:
+ print("La carpeta ./adj/ no existe")
120
if __name__ == "__main__":
121
- validate_json_folder("./JSON_ADE/")
+ validate_json_folder("./adj/")
0 commit comments