Fix a misnamed process thread variable.
parent
5e47dd7351
commit
1afcda8364
|
@ -468,9 +468,8 @@ class GPG(GPGBase):
|
|||
args.append(key)
|
||||
|
||||
proc = self._open_subprocess(args)
|
||||
|
||||
result = self._result_map['list'](self)
|
||||
self._collect_output(proc, result, stdin=p.stdin)
|
||||
self._collect_output(proc, result, stdin=proc.stdin)
|
||||
return result
|
||||
|
||||
def gen_key(self, input):
|
||||
|
|
Loading…
Reference in New Issue