Mon, 11 Sep 2023 17:58:47 +0200
Corrected an issue in the EricJsonServer code.
src/eric7/EricNetwork/EricJsonServer.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/EricNetwork/EricJsonServer.py Mon Sep 11 17:54:35 2023 +0200 +++ b/src/eric7/EricNetwork/EricJsonServer.py Mon Sep 11 17:58:47 2023 +0200 @@ -237,7 +237,7 @@ @rtype bool, int """ if interpreter == "" or not FileSystemUtilities.isinpath(interpreter): - return False + return False, -1 exitCode = None