versione con tab
This commit is contained in:
parent
078dd39303
commit
1b646f62cd
@ -300,7 +300,7 @@ class RepositoryHandler:
|
|||||||
func_name = "handle_manual_backup"
|
func_name = "handle_manual_backup"
|
||||||
profile = self.main_frame.profile_var.get()
|
profile = self.main_frame.profile_var.get()
|
||||||
svn_path = self.app._get_and_validate_svn_path(f"Manual Backup ({profile})")
|
svn_path = self.app._get_and_validate_svn_path(f"Manual Backup ({profile})")
|
||||||
backup_dir_str = self.main_frame.backup_tab.main_frame.backup_dir_var.get().strip()
|
backup_dir_str = self.main_frame.backup_tab.backup_dir_var.get().strip()
|
||||||
|
|
||||||
if not profile or not svn_path: return
|
if not profile or not svn_path: return
|
||||||
if not backup_dir_str:
|
if not backup_dir_str:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user