We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863ccb0 commit 3dc171aCopy full SHA for 3dc171a
1 file changed
OMPython/OMCSession.py
@@ -324,7 +324,7 @@ def __del__(self):
324
325
def execute(self, command: str):
326
warnings.warn("This function is depreciated and will be removed in future versions; "
327
- "please use sendExpression() instead", DeprecationWarning, stacklevel=1)
+ "please use sendExpression() instead", DeprecationWarning, stacklevel=2)
328
329
return self.sendExpression(command, parsed=False)
330
0 commit comments