Merge pull request #677 from mwhudson/refresh-race

obscure race: if no refresh available, only advance past refresh screen
This commit is contained in:
Michael Hudson-Doyle 2020-04-02 20:37:07 +13:00 committed by GitHub
commit 48d58d2632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class RefreshView(BaseView):
return
if check_state == CheckState.AVAILABLE:
self.check_state_available()
else:
elif self.showing:
self.done()
def check_state_failed(self, exc):