Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-cli
/ write_exception
Function
write_exception
awscli/utils.py:472–475 ·
view source on GitHub ↗
(ex, outfile)
Source
from the content-addressed store, hash-verified
470
471
472
def
write_exception(ex, outfile):
473
outfile.write(
"\n"
)
474
outfile.write(str(ex))
475
outfile.write(
"\n"
)
476
477
478
def
dump_yaml_to_str(yaml, data):
Callers
2
test_write_exception
Method · 0.90
deploy
Method · 0.90
Calls
1
write
Method · 0.45
Tested by
1
test_write_exception
Method · 0.72