Skip to content

Commit 8e1c847

Browse files
committed
Indentation issue in do_method function
1 parent 90b023f commit 8e1c847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/lib/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def do_method(self, module_path, cls, action, **kwargs):
149149
kwargs['Bucket'] = kwargs.pop(k)
150150
elif k == 'key':
151151
kwargs['Key'] = kwargs.pop(k)
152-
obj = self.get_boto3_session('s3')
152+
obj = self.get_boto3_session('s3')
153153
elif 'boto3' in module_path:
154154
for k, v in kwargs.items():
155155
if not v:

0 commit comments

Comments
 (0)