Skip to content

Commit

Permalink
change marker file
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Dec 10, 2024
1 parent 7409b41 commit 8d526fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scportrait/tools/ml/pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def find_root_by_file(marker_file: str, current_path: Path) -> Path | None:
return parent
return None

src_code_dir = find_root_by_file("README.md", Path(__file__))
src_code_dir = find_root_by_file("pyproject.toml", Path(__file__))
if src_code_dir is None:
raise FileNotFoundError("Could not find scPortrait root directory")

Expand Down

0 comments on commit 8d526fa

Please sign in to comment.