Skip to content

Commit 0d30a05

Browse files
authored
Update repo_operations.py
fix resolve module on windows
1 parent 28d91b6 commit 0d30a05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/repo_operations.py

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def py_path_to_module(path: Path) -> str:
4343
str(path.relative_to(os.getcwd()))[: -len(".py")]
4444
.replace("./", "")
4545
.replace("/", ".")
46+
.replace("\\", ".")
4647
)
4748

4849

0 commit comments

Comments
 (0)