Compare commits

...

1 Commits

Author SHA1 Message Date
Erick Friis aa3d7bb0a7 path bugfix 2023-10-23 16:35:32 -07:00
+1 -1
View File
@@ -51,7 +51,7 @@ def _include_path(path: Path) -> bool:
return True
def list_packages(path: str = "../packages") -> Generator[Path, None, None]:
def list_packages(path: str = "packages") -> Generator[Path, None, None]:
"""
Yields Path objects for each folder that contains a pyproject.toml file within a
path. Use this to find packages to add to the server.