Skip to content

Commit

Permalink
chore: fixed a typo
Browse files Browse the repository at this point in the history
Co-authored-by: Dušan Nikolić <[email protected]>
  • Loading branch information
renatav and n-dusan authored Aug 25, 2023
1 parent 2c596c8 commit c31a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/api/roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def add_roles(
@log_on_end(DEBUG, "Finished adding new signing key to roles", logger=taf_logger)
@log_on_error(
ERROR,
"AAdding new signing key to roles: {e!r}",
""An error occurred while adding new signing key to roles: {e!r}",
logger=taf_logger,
reraise=True,
)
Expand Down

0 comments on commit c31a1d4

Please sign in to comment.