versione con tab

This commit is contained in:
VALLONGOL 2025-07-29 09:06:29 +02:00
parent 1b646f62cd
commit 87ca907305

View File

@ -315,7 +315,7 @@ class RepositoryHandler:
args = (self.backup_handler, svn_path, os.path.abspath(backup_dir_str), profile, excluded_extensions, excluded_dirs)
self.app._start_async_operation(
worker_func=async_workers.run_manual_backup_async,
args_tuple=args,
args_tuple=args,
context_dict={"context": "manual_backup", "status_msg": "Creating manual backup"}
)