From 073d6bddf625e60be8c7f48ee34ae6311cdf81b7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 16 Nov 2024 07:26:23 -0800 Subject: [PATCH] Fix outdated comment (#934). --- borgmatic/commands/borgmatic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/borgmatic/commands/borgmatic.py b/borgmatic/commands/borgmatic.py index 83dbbfd1..1952703a 100644 --- a/borgmatic/commands/borgmatic.py +++ b/borgmatic/commands/borgmatic.py @@ -275,8 +275,8 @@ def run_actions( ''' Given parsed command-line arguments as an argparse.ArgumentParser instance, the configuration filename, a configuration dict, a sequence of loaded configuration paths, local and remote paths - to Borg, a local Borg version string, a repository name, and the borgmatic runtime directory, - run all actions from the command-line arguments on the given repository. + to Borg, a local Borg version string, and a repository name, run all actions from the + command-line arguments on the given repository. Yield JSON output strings from executing any actions that produce JSON.