Skip to content

Commit

Permalink
mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chraibi committed Oct 2, 2024
1 parent 779020e commit fbec071
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
Expand Up @@ -18,7 +18,7 @@
parent_dir = Path(__file__).resolve().parents[2]
parent_dir_str = str(parent_dir)
print("Parent dir", parent_dir)
if parent_dir not in sys.path:
if parent_dir_str not in sys.path:
print(parent_dir_str)
sys.path.append(f"{parent_dir}/src")

Expand Down

0 comments on commit fbec071

Please sign in to comment.