@@ -107,7 +107,6 @@ def process_action(args):
107107 store_credentials_json = args .store_credentials_json ,
108108 variables = variables ,
109109 append_dim = args .append_dim ,
110- send_vars_indep = args .var_stores ,
111110 grid_filepath = args .grid_filepath ,
112111 update_coords = args .update_coords ,
113112 rechunk = args .chunk_strategy ,
@@ -125,7 +124,6 @@ def process_action(args):
125124 object_prefix = args .object_prefix ,
126125 store_credentials_json = args .store_credentials_json ,
127126 variables = variables ,
128- send_vars_indep = args .var_stores ,
129127 append_dim = args .append_dim ,
130128 grid_filepath = args .grid_filepath ,
131129 update_coords = args .update_coords ,
@@ -144,7 +142,6 @@ def process_action(args):
144142 object_prefix = args .object_prefix ,
145143 store_credentials_json = args .store_credentials_json ,
146144 variables = variables ,
147- send_vars_indep = args .var_stores ,
148145 append_dim = args .append_dim ,
149146 grid_filepath = args .grid_filepath ,
150147 update_coords = args .update_coords ,
@@ -166,7 +163,6 @@ def process_action(args):
166163 object_prefix = args .object_prefix ,
167164 store_credentials_json = args .store_credentials_json ,
168165 variables = variables ,
169- send_vars_indep = args .var_stores ,
170166 append_dim = args .append_dim ,
171167 grid_filepath = args .grid_filepath ,
172168 update_coords = args .update_coords ,
0 commit comments