|
Bugzilla – Full Text Bug Listing |
| Summary: | Traceback when running blue (from package python311-blue) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Olivier Tilloy <olivier.tilloy> |
| Component: | Python | Assignee: | Daniel Garcia <daniel.garcia> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | daniel.garcia |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
https://build.opensuse.org/package/view_file/openSUSE:Factory/python-blue/black-23.3.patch?expand=1 might need updating to be compatible with the version of python311-black currently in Tumbleweed (23.11.0). Fixed in devel project: https://build.opensuse.org/package/show/devel:languages:python/python-blue This is an autogenerated message for OBS integration: This bug (1217371) was mentioned in https://build.opensuse.org/request/show/1128026 Factory / python-blue Fix sent to Factory, it should arrive to the distribution soon. |
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0 Build Identifier: I installed python311-blue and just ran it: [osomon@laptop ~]$ blue Traceback (most recent call last): File "/usr/bin/blue", line 33, in <module> sys.exit(load_entry_point('blue==0.9.1', 'console_scripts', 'blue')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/blue/__init__.py", line 458, in main assert config_param.name == 'config' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError Reproducible: Always