~comcloudway/builds.sr.ht

04a9a0f7c52c702478cffe005eaf2b0b70665bb7 — Drew DeVault 5 years ago ae02eeb
Add linkify=True to ansi2html
1 files changed, 1 insertions(+), 1 deletions(-)

M buildsrht/blueprints/jobs.py
M buildsrht/blueprints/jobs.py => buildsrht/blueprints/jobs.py +1 -1
@@ 218,7 218,7 @@ def tag_svg(username, path):

log_max = 131072

ansi = Ansi2HTMLConverter(scheme="mint-terminal")
ansi = Ansi2HTMLConverter(scheme="mint-terminal", linkify=True)

def logify(text, task, log_url):
    text = ansi.convert(text, full=False)