Skip to content

Commit

Permalink
improved path formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads committed Jul 1, 2024
1 parent aef7dcb commit f44e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malformer/utils/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f44e25e

Please sign in to comment.