Browse Source

todo

tags/v0.1.8
yuyuanshifu 5 years ago
parent
commit
28cda399dd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      routers/repo/cloudbrain.go

+ 2
- 0
routers/repo/cloudbrain.go View File

@@ -276,5 +276,7 @@ func downloadBenchmarkCode(benchmarkPath string) error {
log.Error("exec.Command(%s) failed:%v", command, err)
return err
}

//todo: write sth into a config file
return nil
}

Loading…
Cancel
Save