From bd31c6ce380abdc79293d7bccc07691a6dd4d661 Mon Sep 17 00:00:00 2001 From: kowalp Date: Thu, 3 Nov 2022 19:08:05 -0400 Subject: [PATCH] Missing bracket --- src/codeManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/codeManager.js b/src/codeManager.js index 375f163..0639711 100644 --- a/src/codeManager.js +++ b/src/codeManager.js @@ -128,6 +128,7 @@ class CodeManager { else { executable = "export DATAPATH="+this._config.get("data_path")+" ; "+executable; } + } executable = executable+" IP"; if (this._config.get("xsdir") != null && this._config.get("xsdir") != "") { executable = executable+" XSDIR="+this._config.get("xsdir");