mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
This commit is contained in:
@@ -44,3 +44,7 @@ class Project:
|
||||
return case
|
||||
except grpc.RpcError as e:
|
||||
return None
|
||||
|
||||
def loadCase(self, path):
|
||||
return Commands(self.channel).loadCase(path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user