From b4cdd59c84ad363622f80e9292d4d028d7c483e9 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 9 Oct 2005 10:43:14 +0000 Subject: [PATCH] typo --- src/common/GnuPG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py index a34977b44..06f6221d3 100644 --- a/src/common/GnuPG.py +++ b/src/common/GnuPG.py @@ -55,7 +55,7 @@ else: resp = {} while 1: - line = helpers.temp_failure_retry(child_stdout.readline()) + line = helpers.temp_failure_retry(child_stdout.readline) if line == "": break line = line.rstrip() if line[0:9] == '[GNUPG:] ':