Update builds_status.py

This commit is contained in:
Abhishek Arya 2019-08-23 13:44:21 -07:00 committed by GitHub
parent 32dd91bc40
commit e4bcc79247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@ _client = None
def _get_storage_client():
"""Return storage client."""
global _client
if not _client:
global _client
_client = storage.Client()
return _client