fix: remove unsused variables
This commit is contained in:
parent
dc452d0429
commit
c899bb5cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue