Skip to content

Commit

Permalink
Add missing space in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcristau committed Jan 22, 2025
1 parent eb4d396 commit fba04b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taskgraph/util/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]}",
Expand Down

0 comments on commit fba04b2

Please sign in to comment.