Skip to content

Commit d3a96df

Browse files
authored
Add missing space in error message (#632)
1 parent eb4d396 commit d3a96df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/taskgraph/util/verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def verify_task_graph_symbol(task, taskgraph, scratch_pad, graph_config, paramet
146146
if key in scratch_pad:
147147
raise Exception(
148148
"Duplicate treeherder platform and symbol in tasks "
149-
"`{}`and `{}`: {} {}".format(
149+
"`{}` and `{}`: {} {}".format(
150150
task.label,
151151
scratch_pad[key],
152152
f"{platform}/{collection_keys[0]}",

0 commit comments

Comments
 (0)