Skip to content

Commit

Permalink
fstring bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Sep 24, 2020
1 parent e584ec6 commit 58c0618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rtds_action/rtds_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def config_inited(app, config, retries=3):
return

logger.warn(
"rtds_action: can't find expected artifact '{expected_name}' "
"at https://api.github.com/repos/{repo}/actions/artifacts"
f"rtds_action: can't find expected artifact '{expected_name}' "
f"at https://api.github.com/repos/{repo}/actions/artifacts"
)
if retries > 0:
logger.warn("Tying again")
Expand Down

0 comments on commit 58c0618

Please sign in to comment.