Fix: use f-string

This commit is contained in:
Aloha 2024-04-11 16:58:10 +08:00 committed by GitHub
parent 04b191a25a
commit 1fc1c304c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -307,7 +307,7 @@ class Coder:
self.fence = self.fences[0] self.fence = self.fences[0]
self.io.tool_error( self.io.tool_error(
"Unable to find a fencing strategy! Falling back to:" "Unable to find a fencing strategy! Falling back to:"
" {self.fence[0]}...{self.fence[1]}" f" {self.fence[0]}...{self.fence[1]}"
) )
return return