Fix table printing

This commit is contained in:
SkeletalDemise 2021-10-02 21:46:23 -07:00 committed by GitHub
parent 798ac461d8
commit 76b6897d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ def pretty_search_results(res: SearchResult, display_intermediate: bool = False)
def add_one():
out = ""
if i.name == "utf8":
out += f" [#808080]{i.name}[/#808080]"
out += f" [#808080]{i.name}[/#808080]\n"
else:
out += f" {i.name}"
already_broken = False