Skip to content

Commit 531cb7a

Browse files
committed
fix adj bug
1 parent 5765020 commit 531cb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/internal/adj/adj.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func downloadADJ(AdjBranch string) (json.RawMessage, json.RawMessage, error) {
7373
updateRepo(AdjBranch)
7474

7575
// The BoardIds are applied in the NewADJ function by the getBoardIds function
76-
//Execute the script testadj.py
76+
//Execute the script testadj.py (fix bug)
7777
test := exec.Command("python3", "testadj.py")
7878
out, err := test.CombinedOutput()
7979
if err != nil || len(out) != 0 {

0 commit comments

Comments
 (0)