| Current Path : /usr/lib/python3/dist-packages/sos/cleaner/archives/__pycache__/ |
| Current File : //usr/lib/python3/dist-packages/sos/cleaner/archives/__pycache__/insights.cpython-38.pyc |
U
���b � @ s( d dl mZ d dlZG dd� de�ZdS )� )�SoSObfuscationArchiveNc @ s8 e Zd ZdZdZdZdddd�Zedd� �Zd d
� Z dS )�InsightsArchivezbThis class represents archives generated by the insights-client utility
for RHEL systems.
Zinsightszinsights-client archivez"data/insights_commands/hostname_-fzdata/insights_commands/ip_addr)ZhostnameZipZmacc C s0 zt �|�od|kW S tk
r* Y dS X d S )Nz insights-F)�tarfileZ
is_tarfile� Exception)�clsZarc_path� r �?/usr/lib/python3/dist-packages/sos/cleaner/archives/insights.py�
check_is_type s zInsightsArchive.check_is_typec C s4 | j �d�d �d�d }| jjjdkr0d| }|S )N�/���z.tarr �.z./)Zarchive_path�splitZtarobjZfirstmember�name)�self�topr r r �get_archive_root&