| Current Path : /usr/lib/python3/dist-packages/uaclient/__pycache__/ |
| Current File : //usr/lib/python3/dist-packages/uaclient/__pycache__/gpg.cpython-38.pyc |
U
8�-d- � @ s: d dl Z d dlZd dlZd dlmZ eedd�dd�ZdS )� N)�
exceptions)�source_keyfile�destination_keyfile�returnc C sD t �d| � tj�| �s(t�d�| ���t� | |� t�
|d� dS )aY Copy a specific key from source_keyring_dir into destination_keyfile
:param source_keyfile: Path of source keyring file to export.
:param destination_keyfile: The filename created with the single exported
key.
:raise UserFacingError: Any GPG errors or if specific key does not exist in
the source_keyring_file.
zExporting GPG key %szGPG key '{}' not found.i� N)�logging�debug�os�path�existsr ZUserFacingError�format�shutil�copy�chmod)r r � r �./usr/lib/python3/dist-packages/uaclient/gpg.py�export_gpg_key s
�r )r r r Zuaclientr �strr r r r r �<module> s