Skip to content

Commit

Permalink
TST: Fix path change for test module in pywrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Feb 13, 2024
1 parent dc8a74d commit 4d5be21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywrapper/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import sys
PROJECT_PATH = os.getcwd()
SOURCE_PATH = os.path.join(PROJECT_PATH,"src")
sys.path.append(SOURCE_PATH)
sys.path.insert(0, SOURCE_PATH)

0 comments on commit 4d5be21

Please sign in to comment.