aws-samples / aws-cloud9-bootstrapping-example

This example Cloudformation Code Project shows how to bootstrap AWS Cloud9 environments using Cloudformation, AWS Lambda and AWS Systems Manager
MIT No Attribution
27 stars 25 forks source link

python exception should be using traceback.format_exception(e) #2

Closed rpcme closed 2 years ago

rpcme commented 2 years ago

Describe the bug python exception should be using traceback.format_exception(e) To Reproduce Steps to reproduce the behavior:

  1. Look at code
  2. Note incorrect call for named exception

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

rpcme commented 2 years ago

or just format_exc() without the parameter

couchgott commented 2 years ago

i will look into that

couchgott commented 2 years ago

changed/added!