Skip to content

Commit

Permalink
fixup fstring not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Jul 19, 2024
1 parent bcc5b55 commit 249c7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitt/check_operation_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def poll_operation_status(
return operation_status["entryID"]

except requests.HTTPError as e:
logger.debug(f"failed getting operation status, error: {e}")
logger.debug("failed getting operation status, error: %s", e)

time_sleep(POLL_INTERVAL)

Expand Down

0 comments on commit 249c7d0

Please sign in to comment.