Skip to content

Commit

Permalink
bug fix schedule backups
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 14, 2020
1 parent bdb467e commit 4b2f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/backupScheduleLocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def prepare():

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)))

Expand Down

0 comments on commit 4b2f841

Please sign in to comment.