This commit is contained in:
Liang Ding 2022-06-16 00:51:32 +08:00
parent 102d9364fd
commit 85fdb0c4b6
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 6 additions and 7 deletions

View file

@ -197,7 +197,6 @@ func IndexRepo(memo string) (err error) {
WaitForWritingFiles()
sql.WaitForWritingDatabase()
filelock.ReleaseAllFileLocks()
_, err = repo.Index(memo, util.PushEndlessProgress, indexCallbacks)
util.PushClearProgress()
return