Skip to content

Commit

Permalink
address some more self-review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Oct 3, 2024
1 parent f44e10c commit 89a9ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _get_sheets_service_client(localServiceAccountKeyFile):


def download_gcs_object_locally(gcsObjectUri: str) -> str:
"""Downloads the given gcs file-object locally (collision-file) and returns the full-path of the local-file.
"""Downloads the given gcs file-object to a temporary local file (collision-free) and returns the full-path of this local-file.
gcsObjectUri is of the form: gs://<bucket-name>/object-name .
On failure, returned int will be non-zero.
Expand Down

0 comments on commit 89a9ada

Please sign in to comment.