diff --git a/OMPython/__init__.py b/OMPython/__init__.py index 5e9ec47..83dcdfe 100644 --- a/OMPython/__init__.py +++ b/OMPython/__init__.py @@ -936,6 +936,7 @@ def setTempDirectory(self, customBuildDirectory): if not os.path.exists(self.tempdir): raise IOError(self.tempdir, " cannot be created") + logger.info("Define tempdir as {}".format(self.tempdir)) exp = "".join(["cd(", "\"", self.tempdir, "\"", ")"]).replace("\\", "/") self.getconn.sendExpression(exp)