| Summary: | brocken package | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Антон Мидюков <antohami> |
| Component: | cpu-g | Assignee: | drool <drool> |
| Status: | NEW --- | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | 287319487, drool, s.zi |
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
Ошибка исправлена в версии 0.16.4. Проверил с пересобранным пакетом[1]. [1] https://altlinux.space/servizig/cpu-g |
$ 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'