From 2d195c93c6831a1fdb9e458ba061ac6773d4924a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Tue, 17 Dec 2019 09:43:49 +0100 Subject: [PATCH] #5235 fix python: project.export_snapshot --- ApplicationCode/GrpcInterface/Python/rips/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GrpcInterface/Python/rips/project.py b/ApplicationCode/GrpcInterface/Python/rips/project.py index 1269ab748a..0740a2c385 100644 --- a/ApplicationCode/GrpcInterface/Python/rips/project.py +++ b/ApplicationCode/GrpcInterface/Python/rips/project.py @@ -223,7 +223,7 @@ class Project(PdmObject): """ return self._execute_command( exportSnapshots=Cmd.ExportSnapshotsRequest( - type=snapshot_type, prefix=prefix, caseId=-1)) + type=snapshot_type, prefix=prefix, caseId=-1, viewId=-1)) def export_well_paths(self, well_paths=None, md_step_size=5.0): """ Export a set of well paths