mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove duplicated path transformation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user