File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
geos-pv/src/geos/pv/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515from vtkmodules .vtkCommonDataModel import vtkMultiBlockDataSet
1616
1717# update sys.path to load all GEOS Python Package dependencies
18- geos_pv_path : Path = Path ( __file__ ).parent .parent .parent .parent .parent
18+ geos_pv_path : Path = Path ( __file__ ).parent .parent .parent .parent .parent . parent
1919sys .path .insert ( 0 , str ( geos_pv_path / "src" ) )
2020from geos .pv .utils .config import update_paths
2121
Original file line number Diff line number Diff line change 1515from typing_extensions import Self
1616
1717# update sys.path to load all GEOS Python Package dependencies
18- geos_pv_path : Path = Path ( __file__ ).parent .parent .parent .parent .parent
18+ geos_pv_path : Path = Path ( __file__ ).parent .parent .parent .parent .parent . parent
1919sys .path .insert ( 0 , str ( geos_pv_path / "src" ) )
2020from geos .pv .utils .config import update_paths
2121
You can’t perform that action at this time.
0 commit comments