Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conda/constructor
/ error_body
Method
error_body
constructor/exceptions.py:33–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
31
)
32
33
def
error_body(self):
34
return
"\n"
.join(
35
[
36
"Unable to parse meta.yaml file\n"
,
37
]
38
)
39
40
def
indented_exception(self):
41
orig = str(self.original)
Callers
2
error_msg
Method · 0.95
error_body
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected