We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fda60f commit bd5bbd5Copy full SHA for bd5bbd5
geos-pv/src/PVplugins/PVPythonViewConfigurator.py renamed to geos-pv/src/geos/pv/plugins/PVPythonViewConfigurator.py
@@ -10,7 +10,7 @@
10
from typing_extensions import Self
11
12
# update sys.path to load all GEOS Python Package dependencies
13
-geos_pv_path: Path = Path( __file__ ).parent.parent.parent
+geos_pv_path: Path = Path( __file__ ).parent.parent.parent.parent.parent
14
sys.path.insert( 0, str( geos_pv_path / "src" ) )
15
from geos.pv.utils.config import update_paths
16
0 commit comments