Fix AttributeError typo
Fixes Bug LP #1186566 Change-Id: I8211d365c4d3532cd6ffc3b3041661ff6b9e637f
This commit is contained in:
@@ -706,12 +706,12 @@ exit
|
||||
|
||||
try:
|
||||
extra['name'] = snapshot['display_name']
|
||||
except AttribteError:
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
try:
|
||||
extra['description'] = snapshot['display_description']
|
||||
except AttribteError:
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
optional = {'comment': json.dumps(extra),
|
||||
|
||||
Reference in New Issue
Block a user