Skip to content

Commit bd5bbd5

Browse files
committed
Update to the new architectur
1 parent 4fda60f commit bd5bbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geos-pv/src/PVplugins/PVPythonViewConfigurator.py renamed to geos-pv/src/geos/pv/plugins/PVPythonViewConfigurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from typing_extensions import Self
1111

1212
# update sys.path to load all GEOS Python Package dependencies
13-
geos_pv_path: Path = Path( __file__ ).parent.parent.parent
13+
geos_pv_path: Path = Path( __file__ ).parent.parent.parent.parent.parent
1414
sys.path.insert( 0, str( geos_pv_path / "src" ) )
1515
from geos.pv.utils.config import update_paths
1616

0 commit comments

Comments
 (0)