diff --git a/src/batou/environment.py b/src/batou/environment.py index b7fd7f98..740cd126 100644 --- a/src/batou/environment.py +++ b/src/batou/environment.py @@ -528,10 +528,9 @@ def configure(self): unprepared_components, root ) ) - if not exceptions: - # configured this component successfully - # we won't have to retry it later - continue + # configured this component successfully + # we won't have to retry it later + continue retry.add(root) retry.update(self.resources.dirty_dependencies)