mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
The libexpat project has moved to github. Fetch expat from github.
Close #3315
This commit is contained in:
@@ -71,7 +71,7 @@ def _humanize_bytes(bytes, precision = 1):
|
||||
return '%.*f%s' % (precision, float(bytes) / factor, suffix)
|
||||
|
||||
def _sensible_url(url, used = 0):
|
||||
space = 200
|
||||
space = 100
|
||||
if len(url) > space:
|
||||
size = int(space - 14)
|
||||
url = url[:size] + '...<see log>'
|
||||
|
Reference in New Issue
Block a user