Re: MemoryFile workflow - should closing a dataset close the memfile?
Dion Häfner <dion.haefner@...>
You can use
[contextlib.ExitStack](https://docs.python.org/3/library/contextlib.html#contextlib.ExitStack)
in situations like these to save indentation levels (or enter
multiple contexts in a comprehension).
On 29/07/2019 09.45, ronipay via
Groups.Io wrote:
|
|