Skip to content

Commit b18ab48

Browse files
authored
[ModelicaSystem] log tempdir (#237)
1 parent 1f425a4 commit b18ab48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMPython/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ def setTempDirectory(self, customBuildDirectory):
936936
if not os.path.exists(self.tempdir):
937937
raise IOError(self.tempdir, " cannot be created")
938938

939+
logger.info("Define tempdir as {}".format(self.tempdir))
939940
exp = "".join(["cd(", "\"", self.tempdir, "\"", ")"]).replace("\\", "/")
940941
self.getconn.sendExpression(exp)
941942

0 commit comments

Comments
 (0)