Skip to content

Commit

Permalink
Merge pull request #21 from alt-romes/patch-1
Browse files Browse the repository at this point in the history
Add empty line between Characters in lookup
  • Loading branch information
letuananh authored Feb 9, 2021
2 parents 21f8452 + 68f824c commit ec9e876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jamdict/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def dump_result(results, report=None):
for rmg in c.rm_groups:
report.print("Readings:", ", ".join([r.value for r in rmg.readings]))
report.print("Meanings:", ", ".join([m.value for m in rmg.meanings if not m.m_lang or m.m_lang == 'en']))
report.print('')
report.print('')
else:
report.print("No character was found.")
Expand Down

0 comments on commit ec9e876

Please sign in to comment.