mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Python: updated AppInfo.py to reflect merger of App and Instance
This commit is contained in:
parent
4e6455761d
commit
2d72e157f9
@ -2,5 +2,5 @@ import rips
|
|||||||
|
|
||||||
resInsight = rips.Instance.find()
|
resInsight = rips.Instance.find()
|
||||||
if resInsight is not None:
|
if resInsight is not None:
|
||||||
print(resInsight.app.versionString())
|
print(resInsight.versionString())
|
||||||
print("Is this a console run?", resInsight.app.isConsole())
|
print("Is this a console run?", resInsight.isConsole())
|
||||||
|
Loading…
Reference in New Issue
Block a user