Merge "Fix AttributeError typo"
This commit is contained in:
@@ -761,12 +761,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