summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
diff options
context:
space:
mode:
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-06-06 13:36:23 +0200
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>2016-06-06 13:36:23 +0200
commit89688593e9358433cd9383d1bdfae12dbcd58f72 (patch)
tree31e35046c4648a185fe346403be0d489bd9788da /cloudinit/util.py
parentdca09871e61186deb216ce5cb1fc5db3b69c9fc2 (diff)
downloadvyos-cloud-init-89688593e9358433cd9383d1bdfae12dbcd58f72.tar.gz
vyos-cloud-init-89688593e9358433cd9383d1bdfae12dbcd58f72.zip
add_key_raw - make exceptions more specific
Diffstat (limited to 'cloudinit/util.py')
-rw-r--r--cloudinit/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/util.py b/cloudinit/util.py
index d3b14f72..a1622946 100644
--- a/cloudinit/util.py
+++ b/cloudinit/util.py
@@ -2244,6 +2244,7 @@ def gpg_export_armour(key):
def gpg_recv_key(key, keyserver):
"""Receive gpg key from the specified keyserver"""
+ print("ORIGINAL gpg_recv_key")
try:
subp(["gpg", "--keyserver", keyserver, "--recv", key],
capture=True)