From 168141cee2ba2e1beaaa807b1d3def463a36bddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20C=2E=20Riven=C3=A6s?= Date: Fri, 10 Nov 2023 09:49:51 +0100 Subject: [PATCH] BUG: fix typo introduced in function call --- src/xtgeo/grid3d/grid_property.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xtgeo/grid3d/grid_property.py b/src/xtgeo/grid3d/grid_property.py index 6682f4af1..a7c048f56 100644 --- a/src/xtgeo/grid3d/grid_property.py +++ b/src/xtgeo/grid3d/grid_property.py @@ -148,7 +148,7 @@ def gridproperty_from_file( def gridproperty_from_roxar( - project: str, + project: Any, # project can be a path but also a magic variable in RMS gname: str, pname: str, realisation: int = 0, @@ -159,7 +159,7 @@ def gridproperty_from_roxar( Parameters: project: - The Roxar project name + The Roxar project path or magical pre-defined variable in RMS gname: Name of the grid model pname: