From 0156f8529557991f0739fcb167d292ff925f3d26 Mon Sep 17 00:00:00 2001 From: Dinis Cruz Date: Fri, 21 Jun 2024 15:02:08 +0200 Subject: [PATCH] minot change --- osbot_utils/helpers/trace/Trace_Call.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osbot_utils/helpers/trace/Trace_Call.py b/osbot_utils/helpers/trace/Trace_Call.py index c45df3a4..db3981e1 100644 --- a/osbot_utils/helpers/trace/Trace_Call.py +++ b/osbot_utils/helpers/trace/Trace_Call.py @@ -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):