We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d91b6 commit 0d30a05Copy full SHA for 0d30a05
sdk/python/feast/repo_operations.py
@@ -43,6 +43,7 @@ def py_path_to_module(path: Path) -> str:
43
str(path.relative_to(os.getcwd()))[: -len(".py")]
44
.replace("./", "")
45
.replace("/", ".")
46
+ .replace("\\", ".")
47
)
48
49
0 commit comments