From adf662a3f8eb3a09c54d6bb5d0f5d697b279f54b Mon Sep 17 00:00:00 2001 From: Rucha Mahabal Date: Wed, 28 Aug 2019 22:05:35 +0530 Subject: [PATCH] fix: codacy fix --- frappe/automation/doctype/auto_repeat/auto_repeat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/automation/doctype/auto_repeat/auto_repeat.py b/frappe/automation/doctype/auto_repeat/auto_repeat.py index 5c4e64f33d..02823e0234 100644 --- a/frappe/automation/doctype/auto_repeat/auto_repeat.py +++ b/frappe/automation/doctype/auto_repeat/auto_repeat.py @@ -220,7 +220,7 @@ class AutoRepeat(Document): attachments = [frappe.attach_print(new_doc.doctype, new_doc.name, file_name=new_doc.name, print_format=print_format)] - + recipients = self.recipients.split('\n') make(doctype=new_doc.doctype, name=new_doc.name, recipients=recipients,