Skip to content

Commit 787547c

Browse files
committed
Improve path printing
1 parent a9b777d commit 787547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ def print_banner(self) -> None:
958958
f"\033[92m[INFO]:\033[97m Blacklist contains {len(self.blacklist_manager.blocked)} domains"
959959
)
960960
self.logger.info(
961-
f"\033[92m[INFO]:\033[97m Path to blacklist: '{self.config.blacklist_file}'"
961+
f"\033[92m[INFO]:\033[97m Path to blacklist: '{os.path.normpath(self.config.blacklist_file)}'"
962962
)
963963

964964
self.logger.info("")

0 commit comments

Comments
 (0)