fix: travis

This commit is contained in:
Saqib Ansari
2020-12-24 21:12:06 +05:30
committed by Saurabh
parent ec59c6cebc
commit 5f3635fbaf

View File

@@ -734,7 +734,7 @@ class GSPConnector():
_file = frappe.new_doc('File')
_file.update({
'file_name': f'QRCode_{docname}.png',
'file_name': 'QRCode_{}.png'.format(docname),
'attached_to_doctype': doctype,
'attached_to_name': docname,
'content': 'qrcode',