Add a fix to VSPC when there are no restore points matching an agent ID.

This commit is contained in:
Marsell Kukuljevic 2026-06-23 12:45:59 +02:00
parent 5ffdb78715
commit c9c2130ea6
3 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def process(mAgents, bAgents, jobs, restores):
}) })
continue continue
rEntries = bToR.get(bAgentId) rEntries = bToR.get(bAgentId, {})
jobs = bToJ.get(bAgentId) jobs = bToJ.get(bAgentId)
if not jobs: if not jobs:

Binary file not shown.