Skip to content

Commit

Permalink
minot change
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jun 21, 2024
1 parent 8f5486d commit 0156f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osbot_utils/helpers/trace/Trace_Call.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@


def trace_calls(title = None , print_traces = True , show_locals = False, source_code = False ,
ignore = None , include = None , show_path = False, duration_bigger_than = 0 , trace_depth=0,
max_string = None , show_types = False, show_duration = False ,# show_caller = False , # todo: add back when show_caller is working again
ignore = None , include = None , show_path = False, duration_bigger_than = 0 ,
trace_depth = 0 , max_string = None , show_types = False, show_duration = False , # show_caller = False , # todo: add back when show_caller is working again
show_class = False, contains = None , show_internals = False, enabled = True ,
extra_data = False, show_lines = False, print_lines = False, show_types_padding = None , duration_padding=None):
def decorator(func):
Expand Down

0 comments on commit 0156f85

Please sign in to comment.