We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b705a48 + cf7a62b commit 91517b6Copy full SHA for 91517b6
1 file changed
spin/cmds/meson.py
@@ -45,6 +45,9 @@ def _editable_install_path(distname):
45
except importlib_metadata.PackageNotFoundError:
46
return None
47
48
+ if dist.origin is None:
49
+ return None
50
+
51
if hasattr(dist.origin, "dir_info") and getattr(
52
dist.origin.dir_info, "editable", False
53
):
0 commit comments