]> arthur.barton.de Git - bup.git/commit - lib/bup/cmd/save.py
Remove Client __del__ in favor of context management
authorRob Browning <rlb@defaultvalue.org>
Sun, 26 Sep 2021 00:55:13 +0000 (19:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 22 Nov 2021 06:33:50 +0000 (00:33 -0600)
commite6f05e7e43e0f3e7835140af0f1aba2336b958a9
tree5cd4518e2d97dc6c5d34c6e0a8bd9f97cd7c0cae
parentca1b82ee3ab053c50fc7c1fc491928c5c2c8fc19
Remove Client __del__ in favor of context management

And drop EPIPE suppression for now.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/client.py
lib/bup/cmd/init.py
lib/bup/cmd/save.py
lib/bup/cmd/split.py
lib/bup/compat.py
test/int/test_client.py