fix: declare site_config_backup_path variable before referencing
This commit is contained in:
parent
389876f0a9
commit
94bfc16bfb
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ class BackupGenerator:
|
|||
backup_path_files = None
|
||||
backup_path_db = None
|
||||
backup_path_private_files = None
|
||||
site_config_backup_path = None
|
||||
|
||||
for this_file in file_list:
|
||||
this_file = cstr(this_file)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue