From a43463522d9ae5182437a442aa76fed713ae9615 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 10 Sep 2021 23:13:29 +0200 Subject: [PATCH] Improve imgkit export options --- lib/analyze_test_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/analyze_test_results.py b/lib/analyze_test_results.py index a73a7f7..af3c787 100644 --- a/lib/analyze_test_results.py +++ b/lib/analyze_test_results.py @@ -268,7 +268,7 @@ def export_as_image(text, output): """ - imgkit.from_string(text, output) + imgkit.from_string(text, output, options={"crop-w": 600, "quiet": ""}) test_context = sys.argv[1]