lint
This commit is contained in:
parent
ee53cf87db
commit
5112761af5
7 changed files with 14 additions and 11 deletions
|
@ -10,4 +10,4 @@ class Project:
|
|||
def from_root_file(file_path: str):
|
||||
project_file = os.path.realpath(file_path)
|
||||
project_root = os.path.dirname(project_file)
|
||||
return Project(real_file)
|
||||
return Project(project_root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue