Skip to content

Commit

Permalink
more friendly → friendlier
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 21, 2017
1 parent cc27a4a commit 2b8b437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/__main__.py
Expand Up @@ -414,7 +414,7 @@ def levenshtein(s1, s2):


def _print_exception():
"""Print an exception in a more friendly, shorter style."""
"""Print an exception in a friendlier, shorter style."""
etype, evalue, _ = sys.exc_info()
LOGGER.error(''.join(traceback.format_exception(etype, evalue, None, limit=0, chain=False)).strip())
LOGGER.notice("To see more details, run Nikola in debug mode (set environment variable NIKOLA_DEBUG=1)")
Expand Down

0 comments on commit 2b8b437

Please sign in to comment.