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

This commit is contained in:
brent s 2017-10-25 03:11:47 -04:00
parent d4a5bf60db
commit 3a61ea161a

View File

@ -170,7 +170,7 @@ class Backup(object):
self.logger.debug('VARS: {0}'.format(vars())) self.logger.debug('VARS: {0}'.format(vars()))
# We don't use self.cmdExec() here because we want to explicitly pass the env # We don't use self.cmdExec() here because we want to explicitly pass the env
# and format the log line differently. # 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']: if not self.args['dryrun']:
_out = subprocess.run(_cmd, _out = subprocess.run(_cmd,
env = _env, env = _env,