mtth / hdfs

API and command line interface for HDFS

Home Page:https://hdfscli.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client: write contextmanager missing

wittfabian opened this issue · comments

According to the documentation write can be opened as contextmangager.
But if I see correctly the context manager is missing.

https://github.com/mtth/hdfs/blob/master/hdfs/client.py#L403

Works as expected!