fix: remove unsused variables

This commit is contained in:
Sagar Vora 2021-04-22 12:56:21 +05:30 committed by Suraj Shetty
parent dc452d0429
commit c899bb5cbd

View file

@ -434,7 +434,7 @@ class BackupGenerator:
if self.verbose:
print(command + "\n")
err, out = frappe.utils.execute_in_shell(command, low_priority=True)
frappe.utils.execute_in_shell(command, low_priority=True)
def send_email(self):
"""