Skip to content

Commit 4b2f841

Browse files
committed
bug fix schedule backups
1 parent bdb467e commit 4b2f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plogical/backupScheduleLocal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def prepare():
3939

4040
command = 'mv %s %s' % (backupPath, localBackupPath)
4141
ProcessUtilities.normalExecutioner(command)
42-
except BaseException, msg:
42+
except BaseException as msg:
4343
backupSchedule.remoteBackupLogging(backupLogPath,
4444
'[ERROR] Backup failed for %s, error: %s moving on..' % (virtualHost, str(msg)))
4545

0 commit comments

Comments
 (0)