remove debug exception catch
This commit is contained in:
parent
835259607a
commit
184d5be54a
@ -86,8 +86,6 @@ def clean_json(resource_json, resources_map):
|
|||||||
'Bad Request',
|
'Bad Request',
|
||||||
UnformattedGetAttTemplateException.description.format(
|
UnformattedGetAttTemplateException.description.format(
|
||||||
resource_json['Fn::GetAtt'][0], resource_json['Fn::GetAtt'][1]))
|
resource_json['Fn::GetAtt'][0], resource_json['Fn::GetAtt'][1]))
|
||||||
except Exception as e:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if 'Fn::Join' in resource_json:
|
if 'Fn::Join' in resource_json:
|
||||||
join_list = []
|
join_list = []
|
||||||
|
Loading…
Reference in New Issue
Block a user