~comcloudway/builds.sr.ht

c48814a61b7401715efc83bd3a276fd2507ac66d — Drew DeVault 5 years ago fb358cb
Same fix, different branch
1 files changed, 1 insertions(+), 1 deletions(-)

M buildsrht/blueprints/jobs.py
M buildsrht/blueprints/jobs.py => buildsrht/blueprints/jobs.py +1 -1
@@ 224,7 224,7 @@ def logify(text, task, log_url):
            text = text[text.index('\n')+1:]
        except ValueError:
            pass
        nlines = text.encode().count(b'\n')
        nlines = len(text.splitlines())
        text = (Markup('<pre>')
                + Markup('<span class="text-muted">'
                    'This is a big file! Only the last 128KiB is shown. '