mirror of https://github.com/go-gitea/gitea.git
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
d60b5f1e89
commit
df57524c49
|
@ -98,6 +98,9 @@ func (r *RepositoryRestorer) GetTopics() ([]string, error) {
|
|||
|
||||
bs, err := ioutil.ReadFile(p)
|
||||
if err != nil {
|
||||
if os.IsNotExist(err) {
|
||||
return nil, nil
|
||||
}
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue