From fba04b2d345d5dcfcb76596faeaeadd93aec3b2a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 20 Jan 2025 17:32:38 +0100 Subject: [PATCH] Add missing space in error message --- src/taskgraph/util/verify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taskgraph/util/verify.py b/src/taskgraph/util/verify.py index 32d9cd988..e4b9a530d 100644 --- a/src/taskgraph/util/verify.py +++ b/src/taskgraph/util/verify.py @@ -146,7 +146,7 @@ def verify_task_graph_symbol(task, taskgraph, scratch_pad, graph_config, paramet if key in scratch_pad: raise Exception( "Duplicate treeherder platform and symbol in tasks " - "`{}`and `{}`: {} {}".format( + "`{}` and `{}`: {} {}".format( task.label, scratch_pad[key], f"{platform}/{collection_keys[0]}",