mirror of https://github.com/google/oss-fuzz.git
Update builds_status.py
This commit is contained in:
parent
32dd91bc40
commit
e4bcc79247
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue