We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afee6d commit 8ca639aCopy full SHA for 8ca639a
1 file changed
translate-messages/src/translate_messages/lib/log.py
@@ -36,9 +36,7 @@ def final_summary(summary_dict):
36
data(f'Languages {status}: {len(lang_set)}')
37
print(f"{status_color}[ {', '.join(lang_set)} ]{colors.nc}")
38
39
-
40
def trunc(msg, end='\n'):
41
truncated_lines = [
42
line if len(line) < terminal_width else line[:terminal_width -4] + '...' for line in msg.splitlines()]
43
print('\n'.join(truncated_lines), end=end)
44
0 commit comments