mirror of
https://github.com/google/fonts.git
synced 2024-11-30 18:52:46 +03:00
Update knowledge_graph.py (#4928)
This commit is contained in:
parent
8b5f997698
commit
31cc9467a0
2
.github/workflows/knowledge_graph.py
vendored
2
.github/workflows/knowledge_graph.py
vendored
@ -18,7 +18,7 @@ def _topics_target_to_path(_: Set[str], target: str) -> str:
|
||||
|
||||
|
||||
def _module_target_to_path(_: Set[str], target: str) -> str:
|
||||
return Path(target) / "module.textproto"
|
||||
return Path(target.replace("/module/", "modules/")) / "module.textproto"
|
||||
|
||||
|
||||
def _content_md(path: str) -> Path:
|
||||
|
Loading…
Reference in New Issue
Block a user