mirror of https://github.com/go-gitea/gitea.git
Try to fix check-attr bug (#34029)
parent
3c95b0758f
commit
96e7369515
|
@ -280,7 +280,7 @@ func (wr *nulSeparatedAttributeWriter) Write(p []byte) (n int, err error) {
|
|||
}
|
||||
}
|
||||
wr.tmp = append(wr.tmp, p...)
|
||||
return len(p), nil
|
||||
return l, nil
|
||||
}
|
||||
|
||||
func (wr *nulSeparatedAttributeWriter) ReadAttribute() <-chan attributeTriple {
|
||||
|
|
Loading…
Reference in New Issue