File: //usr/lib/python3/dist-packages/cloudinit/__pycache__/atomic_helper.cpython-310.pyc
o
�Ad� � @ sV d dl Z d dlZd dlZd dlZd dlZdZe�e�Zeddfdd�Z efdd�Z
dS ) � Ni� �wbFc
C s� |rz
t �| �}t�|j�}W n ty Y nw d }z3tjt j�| �d|d�}t �
d| |j||t|�� |�
|� |�� t �|j|� t �|j| � W d S tyf } z|d ur`t �|j� |�d }~ww )NF)�dir�delete�modezOAtomically writing to file %s (via temporary file %s) - %s: [%o] %d bytes/chars)�os�stat�S_IMODE�st_mode�OSError�tempfile�NamedTemporaryFile�path�dirname�LOG�debug�name�len�write�close�chmod�rename� Exception�unlink)�filename�contentr �omode�
preserve_mode� file_stat�tf�e� r �9/usr/lib/python3/dist-packages/cloudinit/atomic_helper.py�
write_file
s<