Skip to content

Commit c142dd0

Browse files
HemangChothanifrankyn
authored andcommitted
fix(storage): add unused variables to method generation match (googleapis#152)
Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
1 parent 5195c64 commit c142dd0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

google/cloud/storage/_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,8 @@ def update(
362362
query_params["projection"] = "full"
363363
_add_generation_match_parameters(
364364
query_params,
365+
if_generation_match=if_generation_match,
366+
if_generation_not_match=if_generation_not_match,
365367
if_metageneration_match=if_metageneration_match,
366368
if_metageneration_not_match=if_metageneration_not_match,
367369
)

0 commit comments

Comments
 (0)