Skip to content

Commit

Permalink
get exec file path
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jan 18, 2024
1 parent 2ac1ce9 commit c4757c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/geometry_tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def test_path():
import speckle

p = os.path.abspath(os.path.dirname(speckle.__file__))
p = os.path.abspath(os.path.dirname(__file__))
t = os.path.abspath(
os.path.dirname(speckle.__file__).replace(
"speckle-qgis\\speckle", "speckle-qgis\\specklepy_qt_ui"
Expand Down

0 comments on commit c4757c8

Please sign in to comment.