mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5235 fix python: project.export_snapshot
This commit is contained in:
parent
714868b10a
commit
2d195c93c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user