Skip to content

Commit fd2636c

Browse files
committed
DLFW changes
1 parent 574368c commit fd2636c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,8 @@
3333

3434

3535
def get_root_dir() -> Path:
36-
return Path(
37-
subprocess.check_output(["git", "rev-parse", "--show-toplevel"])
38-
.decode("ascii")
39-
.strip()
40-
)
36+
dir_path = os.path.dirname(os.path.realpath(__file__))
37+
return dir_path
4138

4239

4340
def get_git_revision_short_hash() -> str:

0 commit comments

Comments
 (0)