From ed49466aa29794e1910a8c00f3a1cc6027724122 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 18 Aug 2020 08:41:44 +0200 Subject: openpgp: Pass debug flag when cloning env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://github.com/mgorny/gemato/issues/10 Signed-off-by: Michał Górny --- gemato/openpgp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemato/openpgp.py b/gemato/openpgp.py index 56c543d..48b7396 100644 --- a/gemato/openpgp.py +++ b/gemato/openpgp.py @@ -221,7 +221,7 @@ debug-level guru self.close() def clone(self): - return OpenPGPEnvironment() + return OpenPGPEnvironment(debug=self.debug) @staticmethod def _rmtree_error_handler(func, path, exc_info): -- cgit v1.2.3