Make Python code use the new generated skeleton and rename ResInsight parameters to fit

This commit is contained in:
Gaute Lindkvist
2020-02-21 12:10:02 +01:00
parent ae3651ab30
commit 1f6e9513de
42 changed files with 2078 additions and 2085 deletions

View File

@@ -204,7 +204,7 @@ class Instance:
self.client_version_string())
# Service packages
self.project = Project(self.channel)
self.project = Project.create(self.channel)
path = os.getcwd()
self.set_start_dir(path=path)