snapshots #10

Merged
jandre merged 69 commits from snapshots into master 2023-04-24 06:49:52 +00:00
Showing only changes of commit 65d880180b - Show all commits

View File

@ -83,7 +83,7 @@ func (s Session) checkSessionState(
// We still want to run Finalize for all the targets (continue) // We still want to run Finalize for all the targets (continue)
// but we also don't want to move the global BackupSession to Success (rewrite sessionState) // but we also don't want to move the global BackupSession to Success (rewrite sessionState)
// When the Job is over, it will move the target state to Finalized and we'll be fine // When the Job is over, it will move the target state to Finalized and we'll be fine
defer func() { sessionState = "" }() defer func() { sessionState = waitState }()
continue continue
default: default:
if i == len(tss)-1 { if i == len(tss)-1 {