Merge pull request #10455 from gavindsouza/backups-var-fix
fix: Add backwards compatible verbose flag
This commit is contained in:
commit
ce960f04da
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ import frappe
|
|||
from frappe import _, conf
|
||||
from frappe.utils import cstr, get_url, now_datetime
|
||||
|
||||
_verbose = False
|
||||
# backup variable for backwards compatibility
|
||||
verbose = False
|
||||
_verbose = verbose
|
||||
|
||||
|
||||
class BackupGenerator:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue