diff --git a/_scripts/py/pages_generator.py b/_scripts/py/pages_generator.py index e547d20..0302e8a 100755 --- a/_scripts/py/pages_generator.py +++ b/_scripts/py/pages_generator.py @@ -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