From 3e380a8fc784311128df3a1f7fab0135bce7256e Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 14 Sep 2022 00:07:23 +0200 Subject: [PATCH] Fixed rendering in rnpath utility --- RNS/Utilities/rnpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Utilities/rnpath.py b/RNS/Utilities/rnpath.py index 7443722..58326e5 100644 --- a/RNS/Utilities/rnpath.py +++ b/RNS/Utilities/rnpath.py @@ -197,7 +197,7 @@ def program_setup(configdir, table, rates, drop, destination_hexhash, verbosity, print("\rPath found, destination "+RNS.prettyhexrep(destination_hash)+" is "+str(hops)+" hop"+ms+" away via "+next_hop+" on "+next_hop_interface) else: - print("\r \rPath not found") + print("\r \rPath not found") sys.exit(1)