From a521e194f1d9e2a5e2c074a6776e5eb7e9f454b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Delabre?= Date: Wed, 27 Jan 2021 18:04:15 +0100 Subject: [PATCH] Quote candidates --- runall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runall.py b/runall.py index fd6c95b..fb68bb1 100644 --- a/runall.py +++ b/runall.py @@ -70,7 +70,7 @@ def find_script(pairs, max_length): print(f"Progress: {done_tasks}/{num_tasks}") if result: - print("> Found candidate:", script) + print(f"> Found candidate: '{script}'") candidates.append(script) print("Candidates:", candidates)