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