Skip to content

Commit 4c75460

Browse files
committed
Confluence: Adjust log error for #1419
1 parent c1c305c commit 4c75460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/confluence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def get_page_by_title(self, space, title, start=0, limit=1, expand=None, type="p
345345
try:
346346
return response.get("results")[0]
347347
except (IndexError, TypeError) as e:
348-
log.error("Can't find '%s' page on the %s!", title, self.url)
348+
log.error(f"Can't find '{title}' page on {self.url}")
349349
log.debug(e)
350350
return None
351351

0 commit comments

Comments
 (0)