The underlying filesystem was mounted in __init__ and unmonuted in __exit__/__del__. This meant that if the same object was reused in several `with` clauses, only the first one would work as intended. Signed-off-by: Tom Gundersen <teg@jklm.no> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| loop.py | ||
| remoteloop.py | ||