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)