We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0dca commit efbffa4Copy full SHA for efbffa4
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