review comment

pull/7190/head
Richard van der Hoff 2020-04-02 12:04:55 +01:00 committed by GitHub
parent b413ab8aa6
commit af47264b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class BackgroundUpdater(object):
if self._all_done:
return True
# obviously, if we have things in our queue, we're not done.
# obviously, if we are currently processing an update, we're not done.
if self._current_background_update:
return False