Skip to content

Commit

Permalink
Correct assignee spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Aug 18, 2023
1 parent be698ae commit 777f8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def _gh_create_reports(
f"--repo {repo}"
)
if assignee:
command += f"--assignee {assignee}"
command += f" --assignee {assignee}"
command_path.write_text(command)


Expand Down

0 comments on commit 777f8f4

Please sign in to comment.