From 451254c7b11e6feb687d9c79ccf2f9f90f108478 Mon Sep 17 00:00:00 2001 From: "Vladimir.Orlov" Date: Tue, 22 Sep 2015 18:10:32 +0300 Subject: [PATCH] IDEA-145376 MacOS: "[Errno 2] No such file or directory" error on attempt to open folder with command-line launcher --- platform/platform-resources/src/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-resources/src/launcher.py b/platform/platform-resources/src/launcher.py index d6b7f9d03082..9a6fce5715ad 100644 --- a/platform/platform-resources/src/launcher.py +++ b/platform/platform-resources/src/launcher.py @@ -82,7 +82,7 @@ try: port = int(f.read()) except Exception: type, value, traceback = sys.exc_info() - print('No IDE instance has been found. It will be started new one.') + print('No IDE instance has been found. New one will be started.') port = -1 if port == -1: -- 2.32.0