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 cae18c3 commit d0b885dCopy full SHA for d0b885d
pythonforandroid/logger.py
@@ -96,6 +96,7 @@ def shorten_string(string, max_width):
96
''' make limited length string in form:
97
"the string is very lo...(and 15 more)"
98
'''
99
+ return string
100
string_len = len(string)
101
if string_len <= max_width:
102
return string
0 commit comments