diff --git a/src/outliner/modules/display.py b/src/outliner/modules/display.py index dfeade0..216f1e1 100644 --- a/src/outliner/modules/display.py +++ b/src/outliner/modules/display.py @@ -43,8 +43,12 @@ def tree(self): else "CHILD_WITH_EXECEPTION" ) ] - + f"{position}. " + + f"{str(position)}. " + func + + " " * (50 - len(func)) + + str(self.detail_data[func]["file"].name) + + " " + + str(self.detail_data[func]["start_line"]) + "\n" + self.ansi_for_tree["RESET"] )