stratis-storage/stratis-cli

Missed a very unlikely spot with idempotency changes

Closed this issue · 1 comments

Wherever a StratisCliIncoherenceError is raised in the case where there was no action taken, it should also be raise in the case where only a partial action was taken.

To address this, it probably makes sense to extend the StratisCliIncoherenceError to cover this new case of partial accomplishment.