pep8..
parent
0c430778cc
commit
dada5b71aa
|
@ -207,7 +207,8 @@ class SkillSettings(dict):
|
|||
for j, field in enumerate(section['fields']):
|
||||
if 'name' in field:
|
||||
if field["name"] in self:
|
||||
sections[i]['fields'][j]['value'] = str(self[field['name']])
|
||||
sections[i]['fields'][j]['value'] = \
|
||||
str(self[field['name']])
|
||||
meta['skillMetadata']['sections'] = sections
|
||||
return meta
|
||||
|
||||
|
|
Loading…
Reference in New Issue