bug fix schedule backups

This commit is contained in:
Usman Nasir
2020-01-14 23:14:23 +05:00
parent bdb467eb79
commit 4b2f841cca

View File

@@ -39,7 +39,7 @@ class backupScheduleLocal:
command = 'mv %s %s' % (backupPath, localBackupPath)
ProcessUtilities.normalExecutioner(command)
except BaseException, msg:
except BaseException as msg:
backupSchedule.remoteBackupLogging(backupLogPath,
'[ERROR] Backup failed for %s, error: %s moving on..' % (virtualHost, str(msg)))