diff --git a/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py b/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py index 4a003cc324..6e83e10b59 100644 --- a/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py +++ b/ApplicationCode/GrpcInterface/Python/rips/PythonExamples/AppInfo.py @@ -2,5 +2,5 @@ import rips resInsight = rips.Instance.find() if resInsight is not None: - print(resInsight.app.versionString()) - print("Is this a console run?", resInsight.app.isConsole()) + print(resInsight.versionString()) + print("Is this a console run?", resInsight.isConsole())