diff options
Diffstat (limited to 'apt/auth.py')
| -rw-r--r-- | apt/auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/auth.py b/apt/auth.py index 1d018f8b..8663a043 100644 --- a/apt/auth.py +++ b/apt/auth.py @@ -194,7 +194,7 @@ def export_key(fingerprint, wait=True): universal_newlines=True) if wait: _wait_and_raise(proc) - return proc.stdout.read() + return proc.stdout.read().strip() else: return proc |
