AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

BUG: Must call __enter__ for composed classes #44

Closed carterbox closed 4 years ago

carterbox commented 4 years ago

When composing a context manager from other context managers we must also call enter for the composed classes.