Skip to content

Commit 2316259

Browse files
committed
Prettified the script log format.
1 parent 1da8ebc commit 2316259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_scripts/py/pages_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def get_all_tags():
146146
if tag not in all_tags:
147147
all_tags.append(tag)
148148
else:
149-
raise Exception("Didn't find 'tags' in \
150-
post '{}' !".format(file))
149+
raise Exception("Didn't find 'tags' in post '{}' !"
150+
.format(file))
151151

152152
return all_tags
153153

0 commit comments

Comments
 (0)