Skip to content

Commit

Permalink
Matching lint requirements for maximum line length
Browse files Browse the repository at this point in the history
  • Loading branch information
KayOhtie committed Dec 13, 2023
1 parent 3f12fd4 commit 91f7d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pelican/plugins/pelimoji/pelimoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def init(pelican_object):
output_path.mkdir(parents=True)
except Exception as e:
logger.fatal(
f"Could not create required path for emoji data at '{output_path!s}': {e}"
f"Could not create required path for emoji data at '{output_path!s}' \
{e}"
)
pelican_object.settings["STATIC_PATHS"].append(str(output_path))
pelimoji_ext = pelican_object.settings.get(
Expand Down

0 comments on commit 91f7d9e

Please sign in to comment.