gorram it

This commit is contained in:
brent s 2017-10-26 06:16:03 -04:00
parent e19ae130e9
commit e41b3f5ab3
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class Backup(object):
' '.join(_cmd)))
if _returncode != 0:
self.logger.error('[{0}]: FAILED: {1}'.format(r, ' '.join(_cmd)))
if _err != '' and self.cron and _returncode != 0:
if _stderr != '' and self.cron and _returncode != 0:
self.logger.warning('Command {0} failed: {1}'.format(' '.join(cmd), _err))
del(_env['BORG_PASSPHRASE'])
self.logger.info('[{0}]: END BACKUP'.format(r))