Merge branch 'main' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic
This commit is contained in:
commit
72587a3b72
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def run_configuration(config_filename, config, arguments):
|
|||
|
||||
try:
|
||||
local_borg_version = borg_version.local_borg_version(config, local_path)
|
||||
logger.debug(f'{config_filename}: Borg {local_borg_version}')
|
||||
except (OSError, CalledProcessError, ValueError) as error:
|
||||
yield from log_error_records(f'{config_filename}: Error getting local Borg version', error)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue