File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [submodule "backend/cmd/JSON_ADE "]
2- path = backend/cmd/JSON_ADE
3- url = https://github.com/HyperloopUPV-H8/JSON_ADE .git
1+ [submodule "backend/cmd/adj "]
2+ path = backend/cmd/adj
3+ url = https://github.com/HyperloopUPV-H8/adj .git
44 branch = main
Original file line number Diff line number Diff 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" )
120120if __name__ == "__main__" :
121- validate_json_folder ("./JSON_ADE /" )
121+ validate_json_folder ("./adj /" )
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111)
1212
1313const (
14- RepoUrl = "https://github.com/HyperloopUPV-H8/JSON_ADE .git" // URL of the ADJ repository
15- RepoPath = "./JSON_ADE /" // Path where the ADJ repository is cloned
14+ RepoUrl = "https://github.com/HyperloopUPV-H8/adj .git" // URL of the ADJ repository
15+ RepoPath = "./adj /" // Path where the ADJ repository is cloned
1616)
1717
1818func NewADJ (AdjBranch string ) (ADJ , error ) {
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010)
1111
1212const (
13- RepoUrl = "https://github.com/HyperloopUPV-H8/JSON_ADE .git" // URL of the ADJ repository
14- RepoPath = "./JSON_ADE /" // Path where the ADJ repository is cloned
13+ RepoUrl = "https://github.com/HyperloopUPV-H8/adj .git" // URL of the ADJ repository
14+ RepoPath = "./adj /" // Path where the ADJ repository is cloned
1515)
1616
1717func NewADJ () (ADJ , error ) {
You can’t perform that action at this time.
0 commit comments