From 003d4eac9358998cfea165b2fa3f389fc5d1cee4 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Jul 2023 11:41:43 -0700 Subject: [PATCH] Remove extra argument (#721). --- borgmatic/actions/restore.py | 1 - 1 file changed, 1 deletion(-) diff --git a/borgmatic/actions/restore.py b/borgmatic/actions/restore.py index 8112207a..a59554a2 100644 --- a/borgmatic/actions/restore.py +++ b/borgmatic/actions/restore.py @@ -112,7 +112,6 @@ def restore_single_database( {hook_name: [database]}, repository['path'], borgmatic.hooks.dump.DATABASE_HOOK_NAMES, - config, global_arguments.dry_run, extract_process, connection_params,