bno_plot.py: Use `with open() as ...` context manager to automatically handle close()
authorVincent Legoll <vincent.legoll@gmail.com>
Fri, 20 Mar 2020 21:44:52 +0000 (22:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 20 Mar 2020 21:53:50 +0000 (15:53 -0600)
commit0d7a3774566e9e1b476ada4bcf4bc4158158e7f8
tree532ea16b9079b40065f9ff8dbc41466ccc3c43ff
parentedb0360a20a18c0244909dc1a39015f05710c5f5
bno_plot.py: Use `with open() as ...` context manager to automatically handle close()

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
btt/bno_plot.py