Skip to content

Commit 41cb07d

Browse files
committed
adj repo name change
1 parent faa9338 commit 41cb07d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/cmd/testadj.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def validate_json_folder(folder_path):
115115
print(f"Error al procesar el archivo {full_path}: {e}")
116116

117117

118-
if os.path.exists('./JSON_ADE/') == False:
119-
print("La carpeta JSON_ADE no existe")
118+
if os.path.exists('./adj/') == False:
119+
print("La carpeta ./adj/ no existe")
120120
if __name__ == "__main__":
121-
validate_json_folder("./JSON_ADE/")
121+
validate_json_folder("./adj/")

0 commit comments

Comments
 (0)