From 0bec7d37a9d5d31febf42d3f23e0b4b05ffaa837 Mon Sep 17 00:00:00 2001 From: Aleksey Pivovarov Date: Wed, 10 Sep 2014 13:25:43 +0400 Subject: [PATCH] remove duplicated path transformation --- platform/platform-resources/src/launcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/platform-resources/src/launcher.py b/platform/platform-resources/src/launcher.py index f0d85de12a1a..440f716f8ebf 100644 --- a/platform/platform-resources/src/launcher.py +++ b/platform/platform-resources/src/launcher.py @@ -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