o
    ßŠ`-  ã                   @   s>   d dl Z d dlZd dlZd dlmZ dededdfdd„ZdS )é    N)Ú
exceptionsÚsource_keyfileÚdestination_keyfileÚreturnc                 C   sD   t  d| ¡ tj | ¡st d | ¡¡‚t 	| |¡ t 
|d¡ dS )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.
    zExporting GPG key %szGPG key '{}' not found.i¤  N)ÚloggingÚdebugÚosÚpathÚexistsr   ZUserFacingErrorÚformatÚshutilÚcopyÚchmod)r   r   © r   ú./usr/lib/python3/dist-packages/uaclient/gpg.pyÚexport_gpg_key   s   
ÿr   )r   r   r   Zuaclientr   Ústrr   r   r   r   r   Ú<module>   s
    