This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Mirror fix
tags/v1.2.0-rc1
Unknown
12 years ago
parent
805732fdc7
commit
bbd38829eb
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/base/conf.go
+1
-1
routers/repo/single.go
+ 0
- 1
modules/base/conf.go
View File
@@ -167,7 +167,6 @@ func init() {
os.Exit(2)
}
}
Cfg.BlockMode = false
AppName = Cfg.MustValue("", "APP_NAME", "Gogs: Go Git Service")
AppLogo = Cfg.MustValue("", "APP_LOGO", "img/favicon.png")
+ 1
- 1
routers/repo/single.go
View File
@@ -138,7 +138,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
}
}
fmt.Println(Paths
)
log.Trace("repo.Single: Paths: %s", strings.Join(Paths, ", ")
)
ctx.Data["Paths"] = Paths
ctx.Data["Treenames"] = treenames
Write
Preview
Loading…
Cancel
Save