We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0faabb commit d0e3520Copy full SHA for d0e3520
1 file changed
questionpy_server/utils/manifest.py
@@ -76,7 +76,7 @@ async def read_manifest_from_location(location: PackageLocation) -> Manifest:
76
if isinstance(location, FunctionPackageLocation):
77
return Manifest(**location.manifest.model_dump())
78
79
- manifest_path = location.path / DIST_DIR / MANIFEST_FILENAME
+ manifest_path = location.path / MANIFEST_FILENAME
80
return await to_thread(_read_manifest_from_path_sync, manifest_path)
81
82
0 commit comments