Skip to content

Commit

Permalink
add correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jan 18, 2024
1 parent 12f5d59 commit 53cd64d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/unit/geometry_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@

import os
import sys
import speckle

sys.path.append(os.path.abspath(__file__))
sys.path.append(
os.path.abspath(
os.path.dirname(speckle.__file__).replace(
"speckle-qgis\\speckle", "speckle-qgis\\specklepy_qt_ui"
)
)
)

from specklepy_qt_ui.qt_ui.DataStorage import DataStorage

Expand Down

0 comments on commit 53cd64d

Please sign in to comment.