Skip to content

Commit 7ca4978

Browse files
vutnyjjacque
andauthored
Update actions/lib/action.py
Co-Authored-By: jjacque <jeremy.jacque@algolia.com>
1 parent 8e1c847 commit 7ca4978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/lib/action.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ def do_method(self, module_path, cls, action, **kwargs):
143143
for k, v in kwargs.items():
144144
if not v:
145145
del kwargs[k]
146+
continue
146147
if k == 'filename':
147148
kwargs['Filename'] = kwargs.pop(k)
148149
elif k == 'bucket':

0 commit comments

Comments
 (0)