Commit 124dda69 authored by Vincent Pelletier's avatar Vincent Pelletier

http: Fix typo in variable name in error path.

Thanks, pylint.
parent 8af0b532
...@@ -710,7 +710,7 @@ def manage(argv=None): ...@@ -710,7 +710,7 @@ def manage(argv=None):
continue continue
key = ca_pair['key'] key = ca_pair['key']
if key is None: if key is None:
print('No private key correspond to ' + found_form + ', skipping') print('No private key correspond to ' + found_from + ', skipping')
continue continue
imported += 1 imported += 1
cas_db.appendCAKeyPair( cas_db.appendCAKeyPair(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment