Skip to content

Commit efbffa4

Browse files
authored
fix: Resolve module on windows (#4827)
1 parent 3bb0dca commit efbffa4

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)