[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [chutney/master] TorNet: fix order of Pathlib symlink args



commit 7460bf0d07724e2287859dfa26cfa6f5d46057b9
Author: c <c@xxxxxxxxxxx>
Date:   Fri Jul 17 20:11:46 2020 +0000

    TorNet: fix order of Pathlib symlink args
---
 lib/chutney/TorNet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/chutney/TorNet.py b/lib/chutney/TorNet.py
index ea78172..123fc50 100644
--- a/lib/chutney/TorNet.py
+++ b/lib/chutney/TorNet.py
@@ -2162,7 +2162,7 @@ class Network(object):
                 pass
             else:
                 raise
-        newnodesdir.symlink_to(nodeslink)
+        nodeslink.symlink_to(newnodesdir)
 
     def _checkConfig(self):
         for n in self._nodes:



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits