Skip to content

Commit

Permalink
Change file name format
Browse files Browse the repository at this point in the history
  • Loading branch information
nisedo committed Feb 1, 2025
1 parent 29a8a41 commit 0362717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/printers/summary/entry_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def output(self, _filename) -> Output:
table = MyPrettyTable(["Function", "Modifiers", "Inherited From"])
contract_info = [
f"\nContract {Colors.BOLD}{Colors.YELLOW}{contract.name}{Colors.END}"
f" ({contract.source_mapping.filename.absolute})"
f" ({contract.source_mapping.filename.relative})"
]

for f in sorted(
Expand Down

0 comments on commit 0362717

Please sign in to comment.