Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Nov 25, 2021
1 parent 79a1860 commit 185428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/sample_default_values.py
Expand Up @@ -64,7 +64,7 @@ def set_usage_export_bucket(

op_client = compute_v1.GlobalOperationsClient()

while operation.status != "DONE"":
while operation.status != "DONE":
operation = op_client.wait(operation=operation.name, project=project_id)


Expand Down

0 comments on commit 185428e

Please sign in to comment.