summaryrefslogtreecommitdiffstats
path: root/devel/management/commands/pgp_import.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/management/commands/pgp_import.py')
-rw-r--r--devel/management/commands/pgp_import.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/management/commands/pgp_import.py b/devel/management/commands/pgp_import.py
index 10e6cfc..b1f29d7 100644
--- a/devel/management/commands/pgp_import.py
+++ b/devel/management/commands/pgp_import.py
@@ -95,6 +95,7 @@ def parse_keydata(data):
# parse all of the output from our successful GPG command
logger.info("parsing command output")
+ node = None
for line in data.split('\n'):
parts = line.split(':')
if parts[0] == 'pub':