remove debug exception catch
This commit is contained in:
parent
835259607a
commit
184d5be54a
1 changed files with 0 additions and 2 deletions
|
|
@ -86,8 +86,6 @@ def clean_json(resource_json, resources_map):
|
|||
'Bad Request',
|
||||
UnformattedGetAttTemplateException.description.format(
|
||||
resource_json['Fn::GetAtt'][0], resource_json['Fn::GetAtt'][1]))
|
||||
except Exception as e:
|
||||
pass
|
||||
|
||||
if 'Fn::Join' in resource_json:
|
||||
join_list = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue