remove duplicated path transformation

This commit is contained in:
Aleksey Pivovarov
2014-09-10 14:00:45 +04:00
parent e277799073
commit 0bec7d37a9
@@ -46,7 +46,6 @@ def launch_with_port(port):
try:
path_len = struct.unpack(">h", s.recv(2))[0]
path = s.recv(path_len)
path = os.path.abspath(path)
if os.path.abspath(path) == os.path.abspath(CONFIG_PATH):
found = True
break