mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Improve error message for ResInsight exe and rips version mismatch
This commit is contained in:
parent
028567d21a
commit
14faf607f4
@ -285,9 +285,9 @@ class Instance:
|
|||||||
raise Exception(
|
raise Exception(
|
||||||
"Error: Wrong Version of ResInsight at ",
|
"Error: Wrong Version of ResInsight at ",
|
||||||
location,
|
location,
|
||||||
self.version_string(),
|
"Executable : " + self.version_string(),
|
||||||
" ",
|
" ",
|
||||||
self.client_version_string(),
|
"rips : " + self.client_version_string(),
|
||||||
)
|
)
|
||||||
|
|
||||||
def __version_message(self) -> App_pb2.Version:
|
def __version_message(self) -> App_pb2.Version:
|
||||||
|
Loading…
Reference in New Issue
Block a user