We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80ffc8 commit 287a581Copy full SHA for 287a581
gc/collectors/amis.py
@@ -72,7 +72,6 @@ def _find_expired_amis(self, amis: list[ImageTypeDef]) -> list[ImageTypeDef]:
72
if image_name:
73
if branch_name:
74
ami_groups[branch_name][image_name].append(ami)
75
- break
76
else:
77
expired_amis.append(ami)
78
0 commit comments