Skip to content

Commit

Permalink
Defaulted argument for class_method on _log_call
Browse files Browse the repository at this point in the history
  • Loading branch information
vimist committed Nov 25, 2017
1 parent 868b5b4 commit b6507f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def wrapped_callable(*args, **kwargs):

return wrapped_callable

def _log_call(self, clbl, args, kwargs, class_method):
def _log_call(self, clbl, args, kwargs, class_method=False):
"""Log the call to the callable.
Note:
Expand Down

0 comments on commit b6507f6

Please sign in to comment.