fix: Missing pep8 check

pull/227/head
Raphaël Vinot 2020-01-30 11:39:44 +01:00
parent 620ac3600c
commit a521f9008e
1 changed files with 2 additions and 2 deletions

View File

@ -45,6 +45,6 @@ for mispobject in objects:
with open(fullPathClusters) as fp:
c = json.load(fp)
if not c['description'].endswith('.'):
c['description'] = c['description']+"."
v = "- [objects/{}](objects/{}/definition.json) - {}".format(c['name'], c['name'],c['description'])
c['description'] = c['description'] + "."
v = "- [objects/{}](objects/{}/definition.json) - {}".format(c['name'], c['name'], c['description'])
print(v)