From 3a61ea161a225157ed36a8837bd2bf7f0443a455 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 25 Oct 2017 03:11:47 -0400 Subject: [PATCH] =?UTF-8?q?=E2=94=BB=E2=94=81=E2=94=BB=20=EF=B8=B5?= =?UTF-8?q?=E3=83=BD(`=D0=94=C2=B4)=EF=BE=89=EF=B8=B5=20=E2=94=BB=E2=94=81?= =?UTF-8?q?=E2=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storage/backups/borg/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/backups/borg/backup.py b/storage/backups/borg/backup.py index 1dabb61..e47afdb 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -170,7 +170,7 @@ class Backup(object): self.logger.debug('VARS: {0}'.format(vars())) # We don't use self.cmdExec() here because we want to explicitly pass the env # and format the log line differently. - self.logger.debug('[{0}]: Running command: {1}'.format(r, ' '.join(cmd))) + self.logger.debug('[{0}]: Running command: {1}'.format(r, ' '.join(_cmd))) if not self.args['dryrun']: _out = subprocess.run(_cmd, env = _env,