From 1c0b9ecd12374ee0f7203c61ec510f5de3bb3cb0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 15 May 2020 22:35:36 +0200 Subject: openpgp: Fix unused .format() arg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 44f3713..53f2c13 100644 --- a/gemato/openpgp.py +++ b/gemato/openpgp.py @@ -209,7 +209,7 @@ debug-level guru # we are using an isolated keyring, so always trust our keys trust-model always -'''.format(debug_file=os.path.join(self._home, 'gpg.log'))) +''') with open(os.path.join(self._home, 'gpg-agent.conf'), 'w') as f: f.write('''# autogenerated by gemato -- cgit v1.2.3