Skip to content

Commit

Permalink
small fix for path
Browse files Browse the repository at this point in the history
chraibi committed Oct 2, 2024
1 parent 3889dbd commit 779020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/proximity.py
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
parent_dir_str = str(parent_dir)
print("Parent dir", parent_dir)
if parent_dir not in sys.path:
print(parent_dir)
print(parent_dir_str)
sys.path.append(f"{parent_dir}/src")


0 comments on commit 779020e

Please sign in to comment.