We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c651b9 commit c42660aCopy full SHA for c42660a
1 file changed
OMPython/ModelicaSystem.py
@@ -1158,9 +1158,9 @@ def getSolutions(
1158
else:
1159
result_file = self._getconn.omcpath(resultfile)
1160
1161
- # check for result file exits
+ # check if the result file exits
1162
if not result_file.is_file():
1163
- raise ModelicaSystemError(f"Result file does not exist {result_file}")
+ raise ModelicaSystemError(f"Result file does not exist {result_file.as_posix()}")
1164
1165
# get absolute path
1166
result_file = result_file.absolute()
0 commit comments