| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/reportbug/__pycache__/ |
Upload File : |
�
�&=d � �V � d dl mZ d dl mZ ddlZddlZd dlmZ G d� de� � ZdS )� )�utils)�debbugs� N)�text_uic
�r � e Zd ZdZdZdddddddej ddf
d �Zd
� Zd� Z e
e e� � Zd� Zd
� Z
d� ZdS )� bugreportzFEncapsulates a bug report into a convenient object we can pass around.zutf-8� �debianTFr Nc � � || _ |� � � D ]\ }
}t | |
|� � �|| _ || _ |rLt |t � � s7 |j | _ n0# t $ r t j d� � t �w xY w|| _ || _
| | _ || _ || _ || _ |
| _ || _ d S )NzSInvalid value for followup, it must be a debianbts.Bugreport instance or an integer)�type�items�setattr�package�subject�
isinstance�int�bug_num�followup� Exception�ui�long_message� TypeError�body�mode�system�incfiles�sysinfo�
debsumsoutput�issource)�selfr r r r r r r r r r r �props�k�vs �5/usr/lib/python3/dist-packages/reportbug/bugreport.py�__init__zbugreport.__init__&