Skip to content

Commit 79aa0dd

Browse files
committed
Add **kwargs to BaseExceptionHandler.handle_exception
1 parent 6baf1ff commit 79aa0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscli/errorhandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def construct_cli_error_handlers_chain(session=None):
123123

124124

125125
class BaseExceptionHandler:
126-
def handle_exception(self, exception, stdout, stderr):
126+
def handle_exception(self, exception, stdout, stderr, **kwargs):
127127
raise NotImplementedError('handle_exception')
128128

129129

0 commit comments

Comments
 (0)