From f6574bb84c60c30989d05dba97b423579360cdb2 Mon Sep 17 00:00:00 2001 From: HemangChothani <50404902+HemangChothani@users.noreply.github.com> Date: Fri, 22 May 2020 03:19:39 +0530 Subject: [PATCH] fix(storage): add unused variables to method generation match (#152) Co-authored-by: Frank Natividad --- google/cloud/storage/_helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google/cloud/storage/_helpers.py b/google/cloud/storage/_helpers.py index f8d3bddfd..79298c5cb 100644 --- a/google/cloud/storage/_helpers.py +++ b/google/cloud/storage/_helpers.py @@ -362,6 +362,8 @@ def update( query_params["projection"] = "full" _add_generation_match_parameters( query_params, + if_generation_match=if_generation_match, + if_generation_not_match=if_generation_not_match, if_metageneration_match=if_metageneration_match, if_metageneration_not_match=if_metageneration_not_match, )