Prettified the script log format.
This commit is contained in:
parent
caf8dec568
commit
00928c90b7
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ def get_all_tags():
|
||||||
if tag not in all_tags:
|
if tag not in all_tags:
|
||||||
all_tags.append(tag)
|
all_tags.append(tag)
|
||||||
else:
|
else:
|
||||||
raise Exception("Didn't find 'tags' in \
|
raise Exception("Didn't find 'tags' in post '{}' !"
|
||||||
post '{}' !".format(file))
|
.format(file))
|
||||||
|
|
||||||
return all_tags
|
return all_tags
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue