mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 09:51:44 -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(
|
||||
"Error: Wrong Version of ResInsight at ",
|
||||
location,
|
||||
self.version_string(),
|
||||
"Executable : " + self.version_string(),
|
||||
" ",
|
||||
self.client_version_string(),
|
||||
"rips : " + self.client_version_string(),
|
||||
)
|
||||
|
||||
def __version_message(self) -> App_pb2.Version:
|
||||
|
Loading…
Reference in New Issue
Block a user