Closed ilardm closed 7 years ago
Is it a typo to pop None index instead of not None?
None
not None
https://github.com/youknowone/itunes-iap/blob/9a542876159c85376292e20e0c6de3d2ae1a4c6c/itunesiap/environment.py#L31
Yes, it was. And it means... the code is never used!
Thanks for the report. I removed it and deprecated the entire global environment stack.
Is it a typo to pop
None
index instead ofnot None
?https://github.com/youknowone/itunes-iap/blob/9a542876159c85376292e20e0c6de3d2ae1a4c6c/itunesiap/environment.py#L31