Prettified the script log format.

This commit is contained in:
Cotes Chung 2020-04-07 02:12:29 +08:00
parent caf8dec568
commit 00928c90b7
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ def get_all_tags():
if tag not in all_tags:
all_tags.append(tag)
else:
raise Exception("Didn't find 'tags' in \
post '{}' !".format(file))
raise Exception("Didn't find 'tags' in post '{}' !"
.format(file))
return all_tags