Skip to content

Commit

Permalink
Updated display for new info
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAndradeDias committed Mar 10, 2024
1 parent fb41292 commit 5b5fede
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/outliner/modules/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)
Expand Down

0 comments on commit 5b5fede

Please sign in to comment.