Add a fix to VSPC when there are no restore points matching an agent ID.
This commit is contained in:
parent
5ffdb78715
commit
c9c2130ea6
@ -184,7 +184,7 @@ def process(mAgents, bAgents, jobs, restores):
|
||||
})
|
||||
continue
|
||||
|
||||
rEntries = bToR.get(bAgentId)
|
||||
rEntries = bToR.get(bAgentId, {})
|
||||
|
||||
jobs = bToJ.get(bAgentId)
|
||||
if not jobs:
|
||||
|
||||
Binary file not shown.
BIN
vspc_backup_checks/2.3/vspc_backup_checks-0.3.1.mkp
Executable file
BIN
vspc_backup_checks/2.3/vspc_backup_checks-0.3.1.mkp
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user