try to debug gui stuff
This commit is contained in:
parent
904a5e8568
commit
669c4e082c
|
@ -20,6 +20,11 @@ func (rs *RepoStatus) gitBranchAll() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (rs *RepoStatus) UpdateNew() {
|
||||||
|
log.Info("gui update", rs.pb.GetFullPath())
|
||||||
|
rs.updateNew()
|
||||||
|
}
|
||||||
|
|
||||||
func (rs *RepoStatus) updateNew() {
|
func (rs *RepoStatus) updateNew() {
|
||||||
if !rs.Ready() {
|
if !rs.Ready() {
|
||||||
log.Log(WARN, "can't update yet. ready is false")
|
log.Log(WARN, "can't update yet. ready is false")
|
||||||
|
|
Loading…
Reference in New Issue