chore: format
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
cd68867535
commit
7ee8b17ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ def get_blog_list(doctype, txt=None, filters=None, limit_start=0, limit_page_len
|
|||
|
||||
if txt:
|
||||
conditions.append(
|
||||
'(t1.content like {0} or t1.title like {0})'.format(frappe.db.escape("%" + txt + "%"))
|
||||
"(t1.content like {0} or t1.title like {0})".format(frappe.db.escape("%" + txt + "%"))
|
||||
)
|
||||
|
||||
if conditions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue