Merge pull request #545 from a1ooha/patch-1

Fix: use f-string
This commit is contained in:
paul-gauthier 2024-04-11 06:25:20 -07:00 committed by GitHub
commit cf7dfa816e
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