Prettified the script log format.

This commit is contained in:
Cotes Chung 2020-04-07 02:12:29 +08:00
parent caf8dec568
commit 00928c90b7

View file

@ -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