On Thu, 30 Nov 2023 21:49:55 +0000 Donald Hunter wrote: > @@ -510,7 +561,7 @@ class SpecFamily(SpecElement): > """ > for op in self.yaml['operations']['list']: > if name == op['name']: > - return op > + return op > return None > > def resolve(self): Looks unrelated, plus the 'for' vs 'if' are still indented by 2.