┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻

This commit is contained in:
brent s 2017-10-25 03:11:47 -04:00
parent d4a5bf60db
commit 3a61ea161a
1 changed files with 1 additions and 1 deletions

View File

@ -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,