From f44e25ef683b766e6485f43fe8eb045e03501c05 Mon Sep 17 00:00:00 2001 From: vishalkrishnads <321vishalds@gmail.com> Date: Mon, 1 Jul 2024 21:11:15 +0530 Subject: [PATCH] improved path formatting --- malformer/utils/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malformer/utils/ui.py b/malformer/utils/ui.py index 85291f77..534b254c 100644 --- a/malformer/utils/ui.py +++ b/malformer/utils/ui.py @@ -83,7 +83,7 @@ def do_continue(self): def close(self, path): self._clear() - print(f"\nYour newly corrupted route files are at new-connect/{path}") + print(f"\nYour newly corrupted route files are at {path}") print(f"Thanks for using malformer. Run again to corrupt more routes. Happy testing!\n") def _clear(self):