Skip to content

Commit

Permalink
Merge pull request #345 from openlawlibrary/renatav/fix-typo
Browse files Browse the repository at this point in the history
chore: fix a typo
  • Loading branch information
n-dusan authored Aug 25, 2023
2 parents 98dab82 + 02535ee commit af85a18
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,
""An error occurred while adding 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 af85a18

Please sign in to comment.