Improve error message for ResInsight exe and rips version mismatch

This commit is contained in:
Magne Sjaastad 2024-01-17 10:11:11 +01:00
parent 028567d21a
commit 14faf607f4

View File

@ -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: