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 5765020 commit 531cb7aCopy full SHA for 531cb7a
1 file changed
backend/internal/adj/adj.go
@@ -73,7 +73,7 @@ func downloadADJ(AdjBranch string) (json.RawMessage, json.RawMessage, error) {
73
updateRepo(AdjBranch)
74
75
// The BoardIds are applied in the NewADJ function by the getBoardIds function
76
- //Execute the script testadj.py
+ //Execute the script testadj.py (fix bug)
77
test := exec.Command("python3", "testadj.py")
78
out, err := test.CombinedOutput()
79
if err != nil || len(out) != 0 {
0 commit comments