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)