┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻
This commit is contained in:
parent
d4a5bf60db
commit
3a61ea161a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user