Michael Havens

Results 1 comments of Michael Havens

I've tracked the issue to the _resolve(self, base_value=None) function in the _enum.py file. It loops through each step but overwrites the value from the previous iteration. https://github.com/ethanfurman/aenum/blob/523f7d4936b16fc598dcde94f55fe3224d0c96b7/aenum/_enum.py#L725 Adding the following...