Skip to content

Commit

Permalink
fix flake error
Browse files Browse the repository at this point in the history
  • Loading branch information
Walavouchey committed Aug 15, 2024
1 parent 6f75f48 commit b138fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikitools/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LinkError:
link: link_parser.Link

def pretty(self):
return f'{console.blue("Note:")} {repr(self).replace("\n", "\n ")}'
return f'{console.blue("Note:")} ' + repr(self).replace("\n", "\n ")

def pretty_location(self, article_path, lineno):
return "{}: {}".format(
Expand Down

0 comments on commit b138fe6

Please sign in to comment.