#5235 fix python: project.export_snapshot

This commit is contained in:
Jacob Støren 2019-12-17 09:43:49 +01:00
parent 714868b10a
commit 2d195c93c6

View File

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