- commit
- d28f824ab9c6cdcd9078a0616746c47c218a114b
- parent
- 42fd97030bd16adbdde270e4c7b95a484962e976
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-04-22 07:00
fix: properly terminate pinentry
Diffstat
| M | xikeyring/prompt.py | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/xikeyring/prompt.py b/xikeyring/prompt.py
@@ -22,6 +22,7 @@ class PinentryPrompt: 22 22 23 23 def __exit__(self, *args): 24 24 self._proc.terminate() -1 25 self._proc.communicate() 25 26 26 27 def encode(self, s: str) -> bytes: 27 28 result = ''