mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix whitespace difference
This commit is contained in:
parent
2ca3345a20
commit
1575705835
@ -231,7 +231,7 @@ class Project(PdmObject):
|
||||
"""
|
||||
return self._execute_command(
|
||||
exportSnapshots=Cmd.ExportSnapshotsRequest(
|
||||
type=snapshot_type, prefix=prefix, caseId=-1, viewId=-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