Bug 48378 - brocken package
Summary: brocken package
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: cpu-g (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: drool
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-09 12:29 MSK by Антон Мидюков
Modified: 2023-11-09 12:29 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2023-11-09 12:29:50 MSK
$ cpu-g
[Errno 2] No translation file found for domain: 'cpu-g'
Traceback (most recent call last):
  File "/usr/share/cpu-g/investigator.py", line 298, in distro
    values = platform.linux_distribution()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'platform' has no attribute 'linux_distribution'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/cpu-g", line 42, in <module>
    cpug = CPUG()
           ^^^^^^
  File "/usr/share/cpu-g/cpug.py", line 999, in __init__
    self.update_info()
  File "/usr/share/cpu-g/cpug.py", line 1177, in update_info
    self.distribution.set_text(inv.distro())
                               ^^^^^^^^^^^^
  File "/usr/share/cpu-g/investigator.py", line 300, in distro
    values = platform.dist()
             ^^^^^^^^^^^^^
AttributeError: module 'platform' has no attribute 'dist'