Skip to content

Commit

Permalink
Update gs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuosier committed Apr 8, 2020
1 parent cafb222 commit 8dbc440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def blob(self):
"""
if self._blob is None:
logger.debug("Getting blob: %s" % self.uri)
# logger.debug("Getting blob: %s" % self.uri)
file_blob = api_call(self.bucket.get_blob, self.prefix)
if file_blob is None:
# The following will not make an HTTP request.
Expand Down

0 comments on commit 8dbc440

Please sign in to comment.