Skip to content

Commit 600800e

Browse files
committed
Match WS template with public version
1 parent e56e9e7 commit 600800e

File tree

1 file changed

+1
-1
lines changed
  • design-patterns/cloudformation

1 file changed

+1
-1
lines changed

design-patterns/cloudformation/C9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Resources:
318318
print(err)
319319
status = cfnresponse.FAILED
320320
print(traceback.format_exc())
321-
responseData = {'Error': traceback.format_exc()}
321+
responseData = {'Error': traceback.format_exc(err)}
322322
finally:
323323
cfnresponse.send(event, context, status, responseData, 'CustomResourcePhysicalID')
324324

0 commit comments

Comments
 (0)